Uses of Class
org.neo4j.driver.exceptions.Neo4jException
Package
Description
-
Uses of Neo4jException in org.neo4j.driver.exceptions
Modifier and TypeClassDescriptionclass
Failed to authenticate the driver to the server due to bad credentials provided.class
The authorization info maintained on the server has expired.class
TheAuthTokenManager
execution has lead to an unexpected result.class
A ClientException indicates that the client has carried out an operation incorrectly.class
Indicates that read timed out due to it taking longer than the server-supplied timeout value via theconnection.recv_timeout_seconds
configuration hint.class
A DatabaseException indicates that there is a problem within the underlying database.class
An error has happened while getting routing table with a remote server.class
This error indicate a fatal problem to obtain routing tables such as the routing table for a specified database does not exist.class
A signal that the contract for client-server communication has broken down.class
A user is trying to access resources that are no longer valid due to the resources have already been consumed or theQueryRunner
where the resources are created has already been closed.class
Failed to communicate with the server due to security errors.class
Indicates that the containedSecurityException
is aRetryableException
, which is determined by theAuthTokenManager.handleSecurityException(AuthToken, SecurityException)
method.class
An ServiceUnavailableException indicates that the driver cannot communicate with the cluster.class
A SessionExpiredException indicates that the session can no longer satisfy the criteria under which it was acquired, e.g.class
The provided token has expired.class
This exception indicates a user is nesting new transaction with an on-going transaction (unmanaged and/or auto-commit).class
Indicates that the transaction has been terminated.class
A TransientException signals a temporary fault that may be worked around by retrying.class
A feature is not supported in a given setup. -
Uses of Neo4jException in org.neo4j.driver.exceptions.value
Modifier and TypeClassDescriptionclass
A LossyCoercion exception indicates that the conversion cannot be achieved without losing precision.class
A NotMultiValued exception indicates that the value does not consist of multiple values, a.k.a.class
A Uncoercible exception indicates that the conversion cannot be achieved.class
An Unsizable exception indicates that the value does not have a size.class
A ValueException indicates that the client has carried out an operation on values incorrectly. -
Uses of Neo4jException in org.neo4j.driver.internal.bolt.api.exception
Modifier and TypeClassDescriptionclass
class
-
Uses of Neo4jException in org.neo4j.driver.internal.bolt.basicimpl.messaging.v3
Modifier and TypeMethodDescriptionprotected Neo4jException
BoltProtocolV3.verifyNotificationConfigSupported
(NotificationConfig notificationConfig) -
Uses of Neo4jException in org.neo4j.driver.internal.bolt.basicimpl.messaging.v52
Modifier and TypeMethodDescriptionprotected Neo4jException
BoltProtocolV52.verifyNotificationConfigSupported
(NotificationConfig notificationConfig) -
Uses of Neo4jException in org.neo4j.driver.internal.util
Modifier and TypeMethodDescriptionstatic Neo4jException
static Neo4jException
ErrorUtil.newNeo4jError
(GqlError gqlError) -
Uses of Neo4jException in org.neo4j.driver.summary