Package at.aimon.session.web.exception
Class ConversationInboxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
at.aimon.core.base.exception.AimonException
at.aimon.session.web.exception.ConversationInboxException
- All Implemented Interfaces:
Serializable
public class ConversationInboxException
extends at.aimon.core.base.exception.AimonException
Thrown when a
ConversationInbox backend fails to communicate (e.g. Redis unreachable, stream operation
timeout).
Indicates a transient backend failure. The manager catches this and decides whether to retry or surface a user-visible error per design ยง10.1.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConversationInboxException(String message) ConversationInboxException(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
-
ConversationInboxException
-
ConversationInboxException
-