Package at.aimon.session.web.exception
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 Summary
ConstructorsConstructorDescriptionIdempotencyStoreException(String message) IdempotencyStoreException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdempotencyStoreException
-
IdempotencyStoreException
-