Gemfire JavaDocs_test
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:
java.io.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 Summary
Constructors Constructor Description AuthenticationExpiredException(java.lang.String message)
AuthenticationExpiredException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.geode.security.GemFireSecurityException
getCause, getResolvedObj, isSerializable
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-