Class CookieConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluxzero.sdk.common.exception.FunctionalException
io.fluxzero.sdk.tracking.handling.validation.ValidationException
io.fluxzero.sdk.web.CookieConflictException
- All Implemented Interfaces:
Serializable
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class ValidationException
ValidationException.ViolationSummary -
Constructor Summary
ConstructorsConstructorDescriptionCreates a conflict that intentionally carries no cookie-specific data. -
Method Summary
Methods inherited from class FunctionalException
equals, hashCodeMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CookieConflictException
public CookieConflictException()Creates a conflict that intentionally carries no cookie-specific data.
-