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:
    Serialized Form
    • Constructor Detail

      • AuthenticationExpiredException

        public AuthenticationExpiredException​(String message)
      • AuthenticationExpiredException

        public AuthenticationExpiredException​(String message,
                                              Throwable cause)