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 Details

    • ConversationLockException

      public ConversationLockException(String message)
    • ConversationLockException

      public ConversationLockException(String message, Throwable cause)