Class IllegalRequestCookieException

All Implemented Interfaces:
Serializable

public class IllegalRequestCookieException extends BadRequestException
Since:
1.1.17
Author:
Mark Allen
See Also:
  • Constructor Details

    • IllegalRequestCookieException

      public IllegalRequestCookieException(String message, Cookie cookie)
    • IllegalRequestCookieException

      public IllegalRequestCookieException(String message, Throwable cause, Cookie cookie)
  • Method Details

    • cookie

      public Cookie cookie()