| org.apache.commons.httpclient.auth.AuthenticationException org.apache.commons.httpclient.auth.AuthChallengeException
AuthChallengeException | public AuthChallengeException()(Code) | | Creates a new AuthChallengeException with a null detail message.
|
AuthChallengeException | public AuthChallengeException(String message)(Code) | | Creates a new AuthChallengeException with the specified message.
Parameters: message - the exception detail message |
AuthChallengeException | public AuthChallengeException(String message, Throwable cause)(Code) | | Creates a new AuthChallengeException 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 |
|
|