java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.driver.exceptions.Neo4jException
org.neo4j.driver.exceptions.ClientException
org.neo4j.driver.exceptions.SecurityException
org.neo4j.driver.exceptions.AuthorizationExpiredException
- All Implemented Interfaces:
Serializable
,RetryableException
The authorization info maintained on the server has expired. The client should reconnect.
Error code: Neo.ClientError.Security.AuthorizationExpired
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The description forAuthorizationExpiredException
. -
Constructor Summary
ConstructorDescriptionAuthorizationExpiredException
(String code, String message) Creates a new instance. -
Method Summary
Methods inherited from class org.neo4j.driver.exceptions.Neo4jException
code
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DESCRIPTION
The description forAuthorizationExpiredException
.- See Also:
-
-
Constructor Details
-
AuthorizationExpiredException
Creates a new instance.- Parameters:
code
- the codemessage
- the message
-