Gemfire JavaDocs_test
Package org.apache.geode.security
Class AuthenticationRequiredException
- 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.AuthenticationRequiredException
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthenticationRequiredException extends GemFireSecurityException
Thrown if the distributed system is in secure mode and this client/peer has not set the security credentials.- Since:
- GemFire 5.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationRequiredException(java.lang.String message)
Constructs instance ofNotAuthenticatedException
with error message.AuthenticationRequiredException(java.lang.String message, java.lang.Throwable cause)
Constructs instance ofNotAuthenticatedException
with error message and cause.
-
Method Summary
-
Methods inherited from class org.apache.geode.security.GemFireSecurityException
getCause, getResolvedObj, isSerializable
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
AuthenticationRequiredException
public AuthenticationRequiredException(java.lang.String message)
Constructs instance ofNotAuthenticatedException
with error message.- Parameters:
message
- the error message
-
AuthenticationRequiredException
public AuthenticationRequiredException(java.lang.String message, java.lang.Throwable cause)
Constructs instance ofNotAuthenticatedException
with error message and cause.- Parameters:
message
- the error messagecause
- aThrowable
that is a cause of this exception
-
-