org.apache.commons.httpclient.auth
Class AuthenticationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.apache.commons.httpclient.URIException
                  extended byorg.apache.commons.httpclient.HttpException
                      extended byorg.apache.commons.httpclient.auth.AuthenticationException
All Implemented Interfaces:
Serializable

public class AuthenticationException
extends HttpException

Signals a failure in authentication process

Since:
2.0
Author:
Oleg Kalnichevski
See Also:
Serialized Form

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)
           
 
Methods inherited from class org.apache.commons.httpclient.URIException
getReason, getReasonCode, setReason, setReasonCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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)


Copyright (c) 1999-2003 - Apache Software Foundation