|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.httpclient.HttpException
org.apache.commons.httpclient.ProtocolException
org.apache.commons.httpclient.auth.AuthenticationException
org.apache.commons.httpclient.auth.AuthChallengeException
Signals a failure processing authentication challenge
| Constructor Summary | |
AuthChallengeException()
Creates a new AuthChallengeException with a null detail message. |
|
AuthChallengeException(java.lang.String message)
Creates a new AuthChallengeException with the specified message. |
|
AuthChallengeException(java.lang.String message,
java.lang.Throwable cause)
Creates a new AuthChallengeException with the specified detail message and cause. |
|
| Methods inherited from class org.apache.commons.httpclient.HttpException |
getCause, getReason, getReasonCode, printStackTrace, printStackTrace, printStackTrace, setReason, setReasonCode |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AuthChallengeException()
public AuthChallengeException(java.lang.String message)
message - the exception detail message
public AuthChallengeException(java.lang.String message,
java.lang.Throwable cause)
message - the exception detail messagecause - the Throwable that caused this exception, or null
if the cause is unavailable, unknown, or not a Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||