org.springframework.webflow.conversation
Class ConversationLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.conversation.ConversationException
org.springframework.webflow.conversation.ConversationLockException
- All Implemented Interfaces:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConversationLockException
public ConversationLockException(String msg)
- Creates a new lock exception.
- Parameters:
msg
- the Exception
message
ConversationLockException
public ConversationLockException(String msg,
Throwable cause)
- Creates a new lock exception.
- Parameters:
msg
- the Exception
messagecause
- the root cause of this Exception