public class CredentialsNotAvailableException extends AuthenticationException
Constructor and Description |
---|
CredentialsNotAvailableException()
Creates a new CredentialsNotAvailableException with a null detail message.
|
CredentialsNotAvailableException(java.lang.String message)
Creates a new CredentialsNotAvailableException with the specified message.
|
CredentialsNotAvailableException(java.lang.String message,
java.lang.Throwable cause)
Creates a new CredentialsNotAvailableException with the specified detail message and cause.
|
getCause, getReason, getReasonCode, printStackTrace, printStackTrace, printStackTrace, setReason, setReasonCode
public CredentialsNotAvailableException()
public CredentialsNotAvailableException(java.lang.String message)
message
- the exception detail messagepublic CredentialsNotAvailableException(java.lang.String message, java.lang.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 © 2001-2012 Apache Software Foundation. All Rights Reserved.