org.apache.commons.httpclient.cookie
Class MalformedCookieException

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

public class MalformedCookieException
extends HttpException

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
MalformedCookieException()
          Creates a new HttpException.
MalformedCookieException(java.lang.String message)
          Creates a new HttpException with the specified 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

MalformedCookieException

public MalformedCookieException()
Creates a new HttpException.


MalformedCookieException

public MalformedCookieException(java.lang.String message)
Creates a new HttpException with the specified message.

Parameters:
message - exception message


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