public class CredentialsException extends AuthenticationException
| Constructor and Description |
|---|
CredentialsException()
Creates a new CredentialsException.
|
CredentialsException(String
Constructs a new CredentialsException.
|
CredentialsException(String
Constructs a new CredentialsException.
|
CredentialsException(Throwable
Constructs a new CredentialsException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CredentialsException()
public CredentialsException(Stringmessage)
message - the reason for the exception
public CredentialsException(Throwablecause)
cause - the underlying Throwable that caused this exception to be thrown.