org.springframework.webflow.conversation
Class ConversationLockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.webflow.conversation.ConversationException
                  extended by org.springframework.webflow.conversation.ConversationLockException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LockInterruptedException, LockTimeoutException

public abstract class ConversationLockException
extends ConversationException

An exception occurred within the conversation locking system.

Author:
Keith Donald
See Also:
Serialized Form

Constructor Summary
ConversationLockException(java.lang.String msg)
          Creates a new lock exception.
ConversationLockException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new lock exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConversationLockException

public ConversationLockException(java.lang.String msg)
Creates a new lock exception.

Parameters:
msg - the Exception message

ConversationLockException

public ConversationLockException(java.lang.String msg,
                                 java.lang.Throwable cause)
Creates a new lock exception.

Parameters:
msg - the Exception message
cause - the root cause of this Exception