Class IdempotencyKeyConflictException

All Implemented Interfaces:
Serializable

public final class IdempotencyKeyConflictException extends DomainException
Raised when a client reuses an idempotency key for a different order request. Replays are safe only when the business intent is identical.
See Also:
  • Constructor Details

    • IdempotencyKeyConflictException

      public IdempotencyKeyConflictException(String idempotencyKey)