org.springframework.webflow.conversation
Class ConversationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.conversation.ConversationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BadlyFormattedConversationIdException, ConversationLockException, NoSuchConversationException
public abstract class ConversationException
- extends RuntimeException
The root of the conversation service exception hierarchy.
- 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 |
ConversationException
public ConversationException(String message)
- Creates a conversation service exception.
- Parameters:
message
- a descriptive message
ConversationException
public ConversationException(String message,
Throwable cause)
- Creates a conversation service exception.
- Parameters:
message
- a descriptive messagecause
- the root cause of the problem