org.springframework.webflow.conversation
Class NoSuchConversationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.conversation.ConversationException
org.springframework.webflow.conversation.NoSuchConversationException
- All Implemented Interfaces:
- java.io.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:
- Serialized Form
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getCause, getMessage, getMostSpecificCause, getRootCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoSuchConversationException
public NoSuchConversationException(ConversationId conversationId)
- Create a new conversation lookup exception.
- Parameters:
conversationId
- the conversation id
getConversationId
public ConversationId getConversationId()
- Returns the conversation id that was not found.
Copyright © 2004-2007. All Rights Reserved.