|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.hadoop.security.authentication.client.AuthenticationException
public class AuthenticationException
Exception thrown when an authentication error occurrs.
Constructor Summary | |
---|---|
AuthenticationException(String msg)
Creates an AuthenticationException . |
|
AuthenticationException(String msg,
Throwable cause)
Creates an AuthenticationException . |
|
AuthenticationException(Throwable cause)
Creates an AuthenticationException . |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AuthenticationException(Throwable cause)
AuthenticationException
.
cause
- original exception.public AuthenticationException(String msg)
AuthenticationException
.
msg
- exception message.public AuthenticationException(String msg, Throwable cause)
AuthenticationException
.
msg
- exception message.cause
- original exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |