|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--org.apache.commons.httpclient.URIException | +--org.apache.commons.httpclient.HttpException | +--org.apache.commons.httpclient.auth.MalformedChallengeException
Signals that authentication challenge is in some way invalid or illegal in the given context
Fields inherited from class org.apache.commons.httpclient.URIException |
ESCAPING, PARSING, PUNYCODE, reason, reasonCode, UNKNOWN, UNSUPPORTED_ENCODING |
Constructor Summary | |
MalformedChallengeException()
|
|
MalformedChallengeException(java.lang.String message)
|
Methods inherited from class org.apache.commons.httpclient.URIException |
getReason, getReasonCode, setReason, setReasonCode |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public MalformedChallengeException()
HttpException.HttpException()
public MalformedChallengeException(java.lang.String message)
HttpException.HttpException(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |