Class ConversationLockException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LockInterruptedException, LockTimeoutException

public abstract class ConversationLockException extends ConversationException
An exception occurred within the conversation locking system.
Author:
Keith Donald
See Also:
  • Constructor Details

    • ConversationLockException

      public ConversationLockException(String msg)
      Creates a new lock exception.
      Parameters:
      msg - the Exception message
    • ConversationLockException

      public ConversationLockException(String msg, Throwable cause)
      Creates a new lock exception.
      Parameters:
      msg - the Exception message
      cause - the root cause of this Exception