Exception | Description |
---|---|
AuthenticationException |
Failed to authenticate the driver to the server due to bad credentials provided.
|
ClientException |
A ClientException indicates that the client has carried out an operation incorrectly.
|
DatabaseException |
A DatabaseException indicates that there is a problem within the underlying database.
|
Neo4jException |
This is the base class for all exceptions caused as part of communication with the remote Neo4j server.
|
NoSuchRecordException |
Thrown whenever a client expected to read a record that was not available (i.e.
|
ProtocolException |
A signal that the contract for client-server communication has broken down.
|
SecurityException |
Failed to communicate with the server due to security errors.
|
ServiceUnavailableException |
An ServiceUnavailableException indicates that the driver cannot communicate with the cluster.
|
SessionExpiredException |
A SessionExpiredException indicates that the session can no longer satisfy the criteria under which it
was acquired, e.g.
|
TransientException |
A TransientException signals a temporary fault that may be worked around by retrying.
|
Copyright © 2017. All rights reserved.