Class CookieConflictException

All Implemented Interfaces:
Serializable

public class CookieConflictException extends ValidationException
Indicates that a request contains distinct values for a cookie that was required to be conflict-free.

The exception deliberately excludes the cookie name and values from its message and serialized state.

See Also:
  • Constructor Details

    • CookieConflictException

      public CookieConflictException()
      Creates a conflict that intentionally carries no cookie-specific data.