| org.apache.commons.httpclient.ProtocolException org.apache.commons.httpclient.cookie.MalformedCookieException
MalformedCookieException | public class MalformedCookieException extends ProtocolException (Code) | | Signals that a cookie is in some way invalid or illegal in a given
context
author: Oleg Kalnichevski since: 2.0 |
MalformedCookieException | public MalformedCookieException()(Code) | | Creates a new MalformedCookieException with a null detail message.
|
MalformedCookieException | public MalformedCookieException(String message)(Code) | | Creates a new MalformedCookieException with a specified message string.
Parameters: message - The exception detail message |
MalformedCookieException | public MalformedCookieException(String message, Throwable cause)(Code) | | Creates a new MalformedCookieException with the specified detail message and cause.
Parameters: message - the exception detail message Parameters: cause - the Throwable that caused this exception, or nullif the cause is unavailable, unknown, or not a Throwable since: 3.0 |
|
|