Uses of Class
org.neo4j.driver.exceptions.ClientException
Packages that use ClientException
-
Uses of ClientException in org.neo4j.driver.exceptions
Subclasses of ClientException in org.neo4j.driver.exceptionsModifier 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
This error indicate a fatal problem to obtain routing tables such as the routing table for a specified database does not exist.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
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 feature is not supported in a given setup. -
Uses of ClientException in org.neo4j.driver.exceptions.value
Subclasses of ClientException in org.neo4j.driver.exceptions.valueModifier 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.