Build m5-rc15

org.apache.http.cookie
Class MalformedCookieException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.http.HttpException
              extended by org.apache.http.ProtocolException
                  extended by org.apache.http.cookie.MalformedCookieException
All Implemented Interfaces:
Serializable

public class MalformedCookieException
extends ProtocolException

See Also:
Serialized Form

Constructor Summary
MalformedCookieException()
           
MalformedCookieException(String message)
           
MalformedCookieException(String message, Throwable cause)
           
 
Method Summary
 
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()

MalformedCookieException

public MalformedCookieException(String message)

MalformedCookieException

public MalformedCookieException(String message,
                                Throwable cause)

Build m5-rc15

Please submit a feedback, bug or feature