java.io.Serializable
public class CredentialsNotAvailableException extends AuthenticationException
Constructor | 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 (c) 1999-2005 - Apache Software Foundation