public class CredentialsException extends AuthenticationException
| Constructor and Description |
|---|
CredentialsException()
Creates a new CredentialsException.
|
CredentialsException(String message)
Constructs a new CredentialsException.
|
CredentialsException(String message,
Throwable cause)
Constructs a new CredentialsException.
|
CredentialsException(Throwable cause)
Constructs a new CredentialsException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CredentialsException()
public CredentialsException(String message)
message - the reason for the exceptionpublic CredentialsException(Throwable cause)
cause - the underlying Throwable that caused this exception to be thrown.Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.