Class CookieParser.InvalidCookieException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.eclipse.jetty.http.CookieParser.InvalidCookieException
- All Implemented Interfaces:
 Serializable
- Enclosing interface:
 CookieParser
The exception thrown when a cookie cannot be parsed and CookieCompliance.Violation.INVALID_COOKIES is not allowed.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionInvalidCookieException(String message, Throwable cause) InvalidCookieException(Throwable cause)  - 
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InvalidCookieException
public InvalidCookieException() - 
InvalidCookieException
 - 
InvalidCookieException
 - 
InvalidCookieException
 
 -