public class CredentialsNotAvailableException extends AuthenticationException
| Constructor and Description |
|---|
CredentialsNotAvailableException()
Creates a new CredentialsNotAvailableException with a null detail
message.
|
CredentialsNotAvailableException(String message)
Creates a new CredentialsNotAvailableException with the specified message.
|
CredentialsNotAvailableException(String message,
Throwable cause)
Creates a new CredentialsNotAvailableException with the specified detail
message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CredentialsNotAvailableException()
public CredentialsNotAvailableException(String message)
message - the exception detail messagepublic CredentialsNotAvailableException(String message, Throwable cause)
message - the exception detail messagecause - the Throwable that caused this exception, or
null if the cause is unavailable, unknown, or not a
ThrowableCopyright © 2019. All Rights Reserved.