org.springframework.webflow.conversation.impl
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
public class LockInterruptedException
- extends ConversationLockException
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LockInterruptedException
public LockInterruptedException(InterruptedException cause)
- Creates a new
SystemInterruptedException
.
- Parameters:
cause
- the root cause of this Exception