Uses of Interface
org.neo4j.driver.exceptions.RetryableException
Packages that use RetryableException
-
Uses of RetryableException in org.neo4j.driver.exceptions
Classes in org.neo4j.driver.exceptions that implement RetryableExceptionModifier and TypeClassDescriptionclass
The authorization info maintained on the server has expired.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
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
A TransientException signals a temporary fault that may be worked around by retrying.