| org.apache.commons.httpclient.auth.AuthenticationException org.apache.commons.httpclient.auth.InvalidCredentialsException
InvalidCredentialsException | public class InvalidCredentialsException extends AuthenticationException (Code) | | Authentication credentials required to respond to a authentication
challenge are invalid
author: Oleg Kalnichevski since: 3.0 |
InvalidCredentialsException | public InvalidCredentialsException()(Code) | | Creates a new InvalidCredentialsException with a null detail message.
|
InvalidCredentialsException | public InvalidCredentialsException(String message)(Code) | | Creates a new InvalidCredentialsException with the specified message.
Parameters: message - the exception detail message |
InvalidCredentialsException | public InvalidCredentialsException(String message, Throwable cause)(Code) | | Creates a new InvalidCredentialsException 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 |
|
|