org.apache.commons.httpclient.auth
public class AuthenticationException extends ProtocolException
| Constructor and Description |
|---|
AuthenticationException()
Creates a new AuthenticationException with a null detail message.
|
AuthenticationException(java.lang.String message)
Creates a new AuthenticationException with the specified message.
|
AuthenticationException(java.lang.String message,
java.lang.Throwable cause)
Creates a new AuthenticationException with the specified detail message and cause.
|
getCause, getReason, getReasonCode, printStackTrace, printStackTrace, printStackTrace, setReason, setReasonCodepublic AuthenticationException()
public AuthenticationException(java.lang.String message)
message - the exception detail messagepublic AuthenticationException(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