Class NoSuchConversationException

All Implemented Interfaces:
Serializable

public class NoSuchConversationException extends ConversationException
Thrown when no logical conversation exists with the specified conversationId. This might occur if the conversation ended, expired, or was otherwise invalidated, but a client view still references it.
Author:
Keith Donald
See Also:
  • Constructor Details

    • NoSuchConversationException

      public NoSuchConversationException(ConversationId conversationId)
      Create a new conversation lookup exception.
      Parameters:
      conversationId - the conversation id
  • Method Details

    • getConversationId

      public ConversationId getConversationId()
      Returns the conversation id that was not found.