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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.neo4j.driver.exceptions.Neo4jExceptionclassification, code, containsGqlStatus, diagnosticRecord, findByGqlStatus, gqlCause, gqlStatus, rawClassification, statusDescriptionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
DiscoveryExceptionCreates a new instance.- Parameters:
- message- the message
- cause- the cause
 
 
-