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
An exception occurred within the conversation locking system.
- Author:
- Keith Donald
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new lock exception.ConversationLockException
(String msg, Throwable cause) Creates a new lock 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
-
ConversationLockException
Creates a new lock exception.- Parameters:
msg
- theException
message
-
ConversationLockException
Creates a new lock exception.- Parameters:
msg
- theException
messagecause
- the root cause of thisException
-