|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.http.HttpException org.apache.http.ProtocolException org.apache.http.cookie.MalformedCookieException
public class MalformedCookieException
Signals that a cookie is in some way invalid or illegal in a given context
Constructor Summary | |
---|---|
MalformedCookieException()
Creates a new MalformedCookieException with a null detail message. |
|
MalformedCookieException(String message)
Creates a new MalformedCookieException with a specified message string. |
|
MalformedCookieException(String message,
Throwable cause)
Creates a new MalformedCookieException with the specified detail message and 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 |
---|
public MalformedCookieException()
null
detail message.
public MalformedCookieException(String message)
message
- The exception detail messagepublic MalformedCookieException(String message, 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |