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
Thrown if a conversation id could not be parsed.
- Author:
- Keith Donald
- See Also:
-
Constructor Summary
ConstructorDescriptionBadlyFormattedConversationIdException
(String encodedId, Throwable parseException) Creates a new badly formatted conversation id exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadlyFormattedConversationIdException
Creates a new badly formatted conversation id exception.- Parameters:
encodedId
- the badly formatted idparseException
- the cause
-