Class IdempotencyStoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
at.aimon.core.base.exception.AimonException
at.aimon.session.web.exception.IdempotencyStoreException
All Implemented Interfaces:
Serializable

public class IdempotencyStoreException extends at.aimon.core.base.exception.AimonException
Thrown when an IdempotencyStore backend fails to communicate (e.g. Redis unreachable, Postgres connection lost, MongoDB write rejected for transport reasons).

Distinct from IdempotencyConflictException, which signals a logical conflict (same key, different input hash) the manager surfaces to the caller.

See Also:
  • Constructor Details

    • IdempotencyStoreException

      public IdempotencyStoreException(String message)
    • IdempotencyStoreException

      public IdempotencyStoreException(String message, Throwable cause)