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:
  • Constructor Details

    • 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 message
      cause - the root cause of the problem