Save This Page
Home » commons-httpclient-3.1-src » org.apache.commons » httpclient » auth » [javadoc | source]
org.apache.commons.httpclient.auth
public class: AuthenticationException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.io.IOException
            org.apache.commons.httpclient.HttpException
               org.apache.commons.httpclient.ProtocolException
                  org.apache.commons.httpclient.auth.AuthenticationException

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    InvalidCredentialsException, AuthChallengeException, CredentialsNotAvailableException

Signals a failure in authentication process
Constructor:
 public AuthenticationException() 
 public AuthenticationException(String message) 
    Creates a new AuthenticationException with the specified message.
    Parameters:
    message - the exception detail message
 public AuthenticationException(String message,
    Throwable cause) 
    Creates a new AuthenticationException with the specified detail message and cause.
    Parameters:
    message - the exception detail message
    cause - the Throwable that caused this exception, or null if the cause is unavailable, unknown, or not a Throwable
    since: 3.0 -
Methods from org.apache.commons.httpclient.HttpException:
getCause,   getReason,   getReasonCode,   printStackTrace,   printStackTrace,   printStackTrace,   setReason,   setReasonCode
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait