VMware GemFire Java API Reference
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
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(String message)AuthenticationExpiredException(String message, 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
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-