Class TokenExpiredException

All Implemented Interfaces:
Serializable

public class TokenExpiredException extends SecurityException
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 Details

    • TokenExpiredException

      public TokenExpiredException(String code, String message)
      Creates a new instance.
      Parameters:
      code - the code
      message - the message