Package org.eclipse.jetty.http
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 SummaryConstructorsConstructorDescriptionInvalidCookieException(String message, Throwable cause) InvalidCookieException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidCookieExceptionpublic InvalidCookieException()
- 
InvalidCookieException
- 
InvalidCookieException
- 
InvalidCookieException
 
-