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:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationRequiredException(String message) Constructs instance ofNotAuthenticatedExceptionwith error message.AuthenticationRequiredException(String message, Throwable cause) Constructs instance ofNotAuthenticatedExceptionwith error message and 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
-
AuthenticationRequiredException
Constructs instance ofNotAuthenticatedExceptionwith error message.- Parameters:
message- the error message
-
AuthenticationRequiredException
Constructs instance ofNotAuthenticatedExceptionwith error message and cause.- Parameters:
message- the error messagecause- aThrowablethat is a cause of this exception
-