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
.
Constructor and Description |
---|
LockInterruptedException(java.lang.InterruptedException cause)
Creates a new
SystemInterruptedException . |