Uses of Class
org.neo4j.driver.exceptions.Neo4jException
Packages that use Neo4jException
Package
Description
-
Uses of Neo4jException in org.neo4j.driver.exceptions
Subclasses of Neo4jException in org.neo4j.driver.exceptionsModifier and TypeClassDescriptionclassFailed to authenticate the driver to the server due to bad credentials provided.classThe authorization info maintained on the server has expired.classTheAuthTokenManagerexecution has lead to an unexpected result.classA ClientException indicates that the client has carried out an operation incorrectly.classIndicates that read timed out due to it taking longer than the server-supplied timeout value via theconnection.recv_timeout_secondsconfiguration hint.classA DatabaseException indicates that there is a problem within the underlying database.classAn error has happened while getting routing table with a remote server.classThis error indicate a fatal problem to obtain routing tables such as the routing table for a specified database does not exist.classA signal that the contract for client-server communication has broken down.classA user is trying to access resources that are no longer valid due to the resources have already been consumed or theQueryRunnerwhere the resources are created has already been closed.classFailed to communicate with the server due to security errors.classIndicates that the containedSecurityExceptionis aRetryableException, which is determined by theAuthTokenManager.handleSecurityException(AuthToken, SecurityException)method.classAn ServiceUnavailableException indicates that the driver cannot communicate with the cluster.classA SessionExpiredException indicates that the session can no longer satisfy the criteria under which it was acquired, e.g.classThe provided token has expired.classThis exception indicates a user is nesting new transaction with an on-going transaction (unmanaged and/or auto-commit).classIndicates that the transaction has been terminated.classA TransientException signals a temporary fault that may be worked around by retrying.classA feature is not supported in a given setup.Methods in org.neo4j.driver.exceptions that return types with arguments of type Neo4jExceptionModifier and TypeMethodDescriptionNeo4jException.findByGqlStatus(String gqlStatus) Finds the firstNeo4jExceptionthat has the given GQLSTATUS in this GQL error chain, beginning the search from this exception.Neo4jException.gqlCause()Returns the GQL error cause. -
Uses of Neo4jException in org.neo4j.driver.exceptions.value
Subclasses of Neo4jException in org.neo4j.driver.exceptions.valueModifier and TypeClassDescriptionclassA LossyCoercion exception indicates that the conversion cannot be achieved without losing precision.classA NotMultiValued exception indicates that the value does not consist of multiple values, a.k.a.classA Uncoercible exception indicates that the conversion cannot be achieved.classAn Unsizable exception indicates that the value does not have a size.classA ValueException indicates that the client has carried out an operation on values incorrectly. -
Uses of Neo4jException in org.neo4j.driver.internal.adaptedbolt
Methods in org.neo4j.driver.internal.adaptedbolt that return Neo4jExceptionModifier and TypeMethodDescriptionprotected Neo4jExceptionErrorMapper.mapBoltFailureException(org.neo4j.bolt.connection.exception.BoltFailureException boltFailureException) -
Uses of Neo4jException in org.neo4j.driver.summary
Method parameters in org.neo4j.driver.summary with type arguments of type Neo4jException