Package at.aimon.session.web.exception
Class ConversationLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
at.aimon.core.base.exception.AimonException
at.aimon.session.web.exception.ConversationLockException
- All Implemented Interfaces:
Serializable
public class ConversationLockException
extends at.aimon.core.base.exception.AimonException
Thrown when a
ConversationLock backend fails to communicate (e.g. Redis unreachable, network timeout).
Indicates a transient backend failure rather than a held-lock condition; "lock held by another holder" is signaled by
an empty Optional from tryAcquire, never by this exception. Callers (typically the manager) translate
this into a 503 Service Unavailable response per design ยง10.1.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConversationLockException(String message) ConversationLockException(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
-
ConversationLockException
-
ConversationLockException
-