org.springframework.webflow.conversation.impl
Class BadlyFormattedConversationIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.conversation.ConversationException
org.springframework.webflow.conversation.impl.BadlyFormattedConversationIdException
- All Implemented Interfaces:
- Serializable
public class BadlyFormattedConversationIdException
- extends ConversationException
Thrown if a conversation id could not be parsed.
- Author:
- Keith Donald
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadlyFormattedConversationIdException
public BadlyFormattedConversationIdException(String encodedId,
Throwable parseException)
- Creates a new badly formatted conversation id exception.
- Parameters:
encodedId
- the badly formatted idparseException
- the cause