Class AuthorizationExpiredException

All Implemented Interfaces:
Serializable, RetryableException

public class AuthorizationExpiredException extends SecurityException implements RetryableException
The authorization info maintained on the server has expired. The client should reconnect.

Error code: Neo.ClientError.Security.AuthorizationExpired

See Also:
  • Field Details

  • Constructor Details

    • AuthorizationExpiredException

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

      @Preview(name="GQL-error") public AuthorizationExpiredException(String gqlStatus, String statusDescription, String code, String message, Map<String,Value> diagnosticRecord, Throwable cause)
      Creates a new instance.
      Parameters:
      gqlStatus - the GQLSTATUS as defined by the GQL standard
      statusDescription - the status description
      code - the code
      message - the message
      diagnosticRecord - the diagnostic record
      cause - the cause
      Since:
      5.26.0