org.apache.commons.httpclient.auth
Class MalformedChallengeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.apache.commons.httpclient.URIException
                          |
                          +--org.apache.commons.httpclient.HttpException
                                |
                                +--org.apache.commons.httpclient.auth.MalformedChallengeException
All Implemented Interfaces:
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

Fields inherited from class org.apache.commons.httpclient.URIException
ESCAPING, PARSING, PUNYCODE, reason, reasonCode, UNKNOWN, UNSUPPORTED_ENCODING
 
Constructor Summary
MalformedChallengeException()
           
MalformedChallengeException(String message)
           
 
Methods inherited from class org.apache.commons.httpclient.URIException
getReason, getReasonCode, setReason, setReasonCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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(String message)
See Also:
HttpException.HttpException(String)


Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.