Class LockedException

All Implemented Interfaces:
Serializable

public class LockedException extends NavigationException
Exception raised when attempting to perform an operation on a locked instance because instance is busy doing some other operation.
See Also:
  • Constructor Details

    • LockedException

      public LockedException()
      Constructor.
    • LockedException

      public LockedException(String message)
      Constructor with String containing message.
      Parameters:
      message - message indicating the cause of the exception.
    • LockedException

      public LockedException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - message describing the cause of the exception.
      cause - instance containing the cause of the exception.
    • LockedException

      public LockedException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - instance containing the cause of the exception.