Package org.apache.geode.security
Class AuthenticationExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.security.GemFireSecurityException
org.apache.geode.security.AuthenticationExpiredException
- All Implemented Interfaces:
Serializable
This exception is thrown by the SecurityManager's authorize method to indicate that the
authentication has expired.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationExpiredException(String message) AuthenticationExpiredException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.apache.geode.security.GemFireSecurityException
getCause, getResolvedObj, isSerializableMethods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationExpiredException
-
AuthenticationExpiredException
-