Class 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:
  • Constructor Details

    • LockInterruptedException

      public LockInterruptedException(InterruptedException cause)
      Creates a new SystemInterruptedException.
      Parameters:
      cause - the root cause of this Exception