public class NoSuchConversationException extends ConversationException
conversationId
. This might occur if the
conversation ended, expired, or was otherwise invalidated, but a client view still references it.Constructor and Description |
---|
NoSuchConversationException(ConversationId conversationId)
Create a new conversation lookup exception.
|
Modifier and Type | Method and Description |
---|---|
ConversationId |
getConversationId()
Returns the conversation id that was not found.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchConversationException(ConversationId conversationId)
conversationId
- the conversation idpublic ConversationId getConversationId()