public class AuthenticationRequiredException extends GemFireSecurityException
| Constructor and Description |
|---|
AuthenticationRequiredException(java.lang.String message)
Constructs instance of
NotAuthenticatedException with error message. |
AuthenticationRequiredException(java.lang.String message,
java.lang.Throwable cause)
Constructs instance of
NotAuthenticatedException with error message and cause. |
getCause, getResolvedObj, isSerializablegetRootCausepublic AuthenticationRequiredException(java.lang.String message)
NotAuthenticatedException with error message.message - the error messagepublic AuthenticationRequiredException(java.lang.String message,
java.lang.Throwable cause)
NotAuthenticatedException with error message and cause.message - the error messagecause - a Throwable that is a cause of this exception