| Package | Description |
|---|---|
| org.neo4j.driver.v1.exceptions | |
| org.neo4j.driver.v1.exceptions.value |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationException
Failed to authenticate the driver to the server due to bad credentials provided.
|
class |
ClientException
A ClientException indicates that the client has carried out an operation incorrectly.
|
class |
DatabaseException
A DatabaseException indicates that there is a problem within the underlying database.
|
class |
ProtocolException
A signal that the contract for client-server communication has broken down.
|
class |
SecurityException
Failed to communicate with the server due to security errors.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LossyCoercion
A LossyCoercion exception indicates that the conversion cannot be achieved without losing precision.
|
class |
NotMultiValued
A NotMultiValued exception indicates that the value does not consist of multiple values, a.k.a.
|
class |
Uncoercible
A Uncoercible exception indicates that the conversion cannot be achieved.
|
class |
Unsizable
A Unsizable exception indicates that the value does not have a size.
|
class |
ValueException
A ValueException indicates that the client has carried out an operation on values incorrectly.
|
Copyright © 2018. All rights reserved.