Package at.aimon.session.web.exception
Class IdempotencyConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
at.aimon.core.base.exception.AimonException
at.aimon.session.web.exception.IdempotencyConflictException
- All Implemented Interfaces:
Serializable
public class IdempotencyConflictException
extends at.aimon.core.base.exception.AimonException
Thrown when a submit request reuses an
idempotencyKey but its input hash differs from the previously stored
entry.
Per design ยง9.2, this is treated as a client bug. The manager surfaces it as an HTTP 409 Conflict in the typical web adapter integration.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdempotencyConflictException
-
-
Method Details
-
getIdempotencyKey
-