org.apache.commons.httpclient.auth
Class MalformedChallengeException

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.MalformedChallengeException
All Implemented Interfaces:
java.io.Serializable

public class MalformedChallengeException
extends HttpException

Signals that authentication challenge is in some way invalid or illegal in the given context

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
MalformedChallengeException()
           
MalformedChallengeException(java.lang.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

MalformedChallengeException

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

MalformedChallengeException

public MalformedChallengeException(java.lang.String message)
See Also:
HttpException.HttpException(String)


Copyright (c) 1999-2002 - Apache Software Foundation