Package | Description |
---|---|
org.neo4j.driver.exceptions |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationExpiredException
The authorization info maintained on the server has expired.
|
class |
ConnectionReadTimeoutException
Indicates that read timed out due to it taking longer than the server-supplied timeout value via the
connection.recv_timeout_seconds configuration
hint. |
class |
ServiceUnavailableException
An ServiceUnavailableException indicates that the driver cannot communicate with the cluster.
|
class |
SessionExpiredException
A SessionExpiredException indicates that the session can no longer satisfy the criteria under which it was acquired, e.g.
|
class |
TransientException
A TransientException signals a temporary fault that may be worked around by retrying.
|