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:
- Serializable
- public class MalformedCookieException
- extends HttpException
Signals that a cookie is in some way invalid or illegal in a given
context
- Since:
- 2.0
- Author:
- Oleg Kalnichevski
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MalformedCookieException
public MalformedCookieException()
- See Also:
HttpException.HttpException()
MalformedCookieException
public MalformedCookieException(String message)
- See Also:
HttpException.HttpException(String)
Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.