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 Details

    • ConversationInboxException

      public ConversationInboxException(String message)
    • ConversationInboxException

      public ConversationInboxException(String message, Throwable cause)