org.apache.commons.httpclient.auth
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.commons.httpclient.URIException
                  extended by org.apache.commons.httpclient.HttpException
                      extended by org.apache.commons.httpclient.auth.AuthenticationException


public class AuthenticationException
extends HttpException

Signals a failure in authentication process

Since:
2.0

Field Summary
 
Fields inherited from class org.apache.commons.httpclient.URIException
ESCAPING, PARSING, PUNYCODE, reason, reasonCode, UNKNOWN, UNSUPPORTED_ENCODING
 
Constructor Summary
AuthenticationException()
           
AuthenticationException(String message)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.httpclient.URIException
getReason, getReasonCode, setReason, setReasonCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException()
See Also:
HttpException.HttpException()

AuthenticationException

public AuthenticationException(String message)
See Also:
HttpException.HttpException(String)