| org.apache.commons.httpclient.ProtocolException org.apache.commons.httpclient.auth.MalformedChallengeException
MalformedChallengeException | public class MalformedChallengeException extends ProtocolException (Code) | | Signals that authentication challenge is in some way invalid or
illegal in the given context
author: Oleg Kalnichevski since: 2.0 |
MalformedChallengeException | public MalformedChallengeException()(Code) | | Creates a new MalformedChallengeException with a null detail message.
|
MalformedChallengeException | public MalformedChallengeException(String message)(Code) | | Creates a new MalformedChallengeException with the specified message.
Parameters: message - the exception detail message |
MalformedChallengeException | public MalformedChallengeException(String message, Throwable cause)(Code) | | Creates a new MalformedChallengeException 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 since: 3.0 |
|
|