java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.driver.exceptions.Neo4jException
org.neo4j.driver.exceptions.DiscoveryException
- All Implemented Interfaces:
Serializable
An error has happened while getting routing table with a remote server.
While this error is not fatal and we might be able to recover if we continue trying on another server.
If we fail to get a valid routing table from all routing servers known to this driver,
then we will end up with a fatal error
ServiceUnavailableException
.
If you see this error in your logs, it is safe to ignore if your cluster is temporarily changing structure during that time.
- See Also:
-
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
-
Constructor Details
-
DiscoveryException
Creates a new instance.- Parameters:
message
- the messagecause
- the cause
-