Class AuthenticationExpiredException

All Implemented Interfaces:
Serializable

public class AuthenticationExpiredException extends GemFireSecurityException
This exception is thrown by the SecurityManager's authorize method to indicate that the authentication has expired.
See Also:
  • Constructor Details

    • AuthenticationExpiredException

      public AuthenticationExpiredException(String message)
    • AuthenticationExpiredException

      public AuthenticationExpiredException(String message, Throwable cause)