java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.driver.exceptions.Neo4jException
org.neo4j.driver.exceptions.ServiceUnavailableException
org.neo4j.driver.exceptions.ConnectionReadTimeoutException
- All Implemented Interfaces:
Serializable
,RetryableException
Indicates that read timed out due to it taking longer than the server-supplied timeout value via the
connection.recv_timeout_seconds
configuration
hint. The server might provide this value to clients to let them know when a given connection may be considered broken if client does not get any
communication from the server within the specified timeout period. This results in the server being removed from the routing table.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ConnectionReadTimeoutException
An instance ofConnectionReadTimeoutException
. -
Constructor Summary
-
Method Summary
Methods inherited from class org.neo4j.driver.exceptions.Neo4jException
classification, code, diagnosticRecord, gqlCause, gqlStatus, rawClassification, statusDescription
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INSTANCE
An instance ofConnectionReadTimeoutException
.
-
-
Constructor Details
-
ConnectionReadTimeoutException
Deprecated.superseded by theINSTANCE
valueCreates a new instance.- Parameters:
message
- the message
-
INSTANCE
value