java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.driver.exceptions.Neo4jException
org.neo4j.driver.exceptions.ClientException
org.neo4j.driver.exceptions.FatalDiscoveryException
- All Implemented Interfaces:
Serializable
This error indicate a fatal problem to obtain routing tables such as the routing table for a specified database does not exist.
This exception should not be retried.
- Since:
- 4.0
- See Also:
-
Constructor Summary
ConstructorDescriptionFatalDiscoveryException
(String message) Creates a new instance.FatalDiscoveryException
(String code, String message) Creates a new instance. -
Method Summary
Methods inherited from class org.neo4j.driver.exceptions.Neo4jException
code
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FatalDiscoveryException
Creates a new instance.- Parameters:
message
- the message
-
FatalDiscoveryException
Creates a new instance.- Parameters:
code
- the codemessage
- the message
-