| org.apache.commons.httpclient.auth.AuthenticationException org.apache.commons.httpclient.auth.CredentialsNotAvailableException
CredentialsNotAvailableException | public class CredentialsNotAvailableException extends AuthenticationException (Code) | | Authentication credentials required to respond to a authentication
challenge are not available
author: Oleg Kalnichevski since: 3.0 |
CredentialsNotAvailableException | public CredentialsNotAvailableException()(Code) | | Creates a new CredentialsNotAvailableException with a null detail message.
|
CredentialsNotAvailableException | public CredentialsNotAvailableException(String message)(Code) | | Creates a new CredentialsNotAvailableException with the specified message.
Parameters: message - the exception detail message |
CredentialsNotAvailableException | public CredentialsNotAvailableException(String message, Throwable cause)(Code) | | Creates a new CredentialsNotAvailableException with the specified detail message and cause.
Parameters: message - the exception detail message Parameters: cause - the Throwable that caused this exception, or nullif the cause is unavailable, unknown, or not a Throwable |
|
|