Class DiscoveryException
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
Constructors -
Method Summary
Methods inherited from class Neo4jException
classification, code, containsGqlStatus, diagnosticRecord, findByGqlStatus, gqlCause, gqlStatus, rawClassification, statusDescriptionMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DiscoveryException
-