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.TokenExpiredException
- All Implemented Interfaces:
Serializable
The provided token has expired.
The current driver instance is considered invalid. It should not be used anymore. The client must create a new driver instance with a valid token.
Error code: Neo.ClientError.Security.TokenExpired
- See Also:
-
Constructor Summary
-
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
-
Constructor Details
-
TokenExpiredException
Creates a new instance.- Parameters:
code
- the codemessage
- the message
-