Class AuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.security.authentication.client.AuthenticationException
- All Implemented Interfaces:
Serializable
Exception thrown when an authentication error occurs.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates anAuthenticationException.AuthenticationException(String msg, Throwable cause) Creates anAuthenticationException.AuthenticationException(Throwable cause) Creates anAuthenticationException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
Creates anAuthenticationException.- Parameters:
cause- original exception.
-
AuthenticationException
Creates anAuthenticationException.- Parameters:
msg- exception message.
-
AuthenticationException
Creates anAuthenticationException.- Parameters:
msg- exception message.cause- original exception.
-