Class CookieParser.InvalidCookieException

All Implemented Interfaces:
Serializable
Enclosing interface:
CookieParser

public static class CookieParser.InvalidCookieException extends IllegalArgumentException

The exception thrown when a cookie cannot be parsed and CookieCompliance.Violation.INVALID_COOKIES is not allowed.

See Also:
  • Constructor Details

    • InvalidCookieException

      public InvalidCookieException()
    • InvalidCookieException

      public InvalidCookieException(String s)
    • InvalidCookieException

      public InvalidCookieException(String message, Throwable cause)
    • InvalidCookieException

      public InvalidCookieException(Throwable cause)