Class LockInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.webflow.conversation.ConversationException
org.springframework.webflow.conversation.ConversationLockException
org.springframework.webflow.conversation.impl.LockInterruptedException
- All Implemented Interfaces:
Serializable
Exception
indicating that some Thread
was interrupted
during
processing and as such processing was halted.
Only used to wrap the checked java.lang.InterruptedException
.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a newSystemInterruptedException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockInterruptedException
Creates a newSystemInterruptedException
.- Parameters:
cause
- the root cause of thisException
-