| Package | Description |
|---|---|
| org.neo4j.driver | |
| org.neo4j.driver.exceptions | |
| org.neo4j.driver.exceptions.value |
| Class and Description |
|---|
| NoSuchRecordException
Thrown whenever a client expected to read a record that was not available (i.e.
|
| Class and Description |
|---|
| ClientException
A ClientException indicates that the client has carried out an operation incorrectly.
|
| 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. |
| Neo4jException
This is the base class for all exceptions caused as part of communication with the remote Neo4j server.
|
| SecurityException
Failed to communicate with the server due to security errors.
|
| ServiceUnavailableException
An ServiceUnavailableException indicates that the driver cannot communicate with the cluster.
|
| Class and Description |
|---|
| ClientException
A ClientException indicates that the client has carried out an operation incorrectly.
|
| Neo4jException
This is the base class for all exceptions caused as part of communication with the remote Neo4j server.
|