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 Details

    • IdempotencyConflictException

      public IdempotencyConflictException(String idempotencyKey, String message)
  • Method Details

    • getIdempotencyKey

      public String getIdempotencyKey()