public class MalformedCookieException
extends org.apache.http.ProtocolException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
MalformedCookieException()
Creates a new MalformedCookieException with a
null detail message. |
MalformedCookieException(java.lang.String message)
Creates a new MalformedCookieException with a specified message string.
|
MalformedCookieException(java.lang.String message,
java.lang.Throwable cause)
Creates a new MalformedCookieException with the specified detail message and cause.
|
private static final long serialVersionUID
public MalformedCookieException()
null
detail message.public MalformedCookieException(java.lang.String message)
message
- The exception detail messagepublic MalformedCookieException(java.lang.String message, java.lang.Throwable cause)
message
- the exception detail messagecause
- the Throwable
that caused this exception, or null
if the cause is unavailable, unknown, or not a Throwable