Class NoSuchConversationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.conversation.ConversationException
org.springframework.webflow.conversation.NoSuchConversationException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionNoSuchConversationException
(ConversationId conversationId) Create a new conversation lookup exception. -
Method Summary
Modifier and TypeMethodDescriptionReturns the conversation id that was not found.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchConversationException
Create a new conversation lookup exception.- Parameters:
conversationId
- the conversation id
-
-
Method Details
-
getConversationId
Returns the conversation id that was not found.
-