Class LockedException

All Implemented Interfaces:
Serializable

public class LockedException extends NumericalException
Exception raised when an instance is locked.
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.