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(InterruptedException cause)
Creates a new
SystemInterruptedException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LockInterruptedException(InterruptedException cause)
SystemInterruptedException
.cause
- the root cause of this Exception