Class LockException

All Implemented Interfaces:
Serializable

public class LockException extends UsrException
Indicates a failure to obtain a required lock.
See Also:
  • Constructor Details

    • LockException

      public LockException()
      Construct a new LockException
    • LockException

      public LockException(String msg)
      Construct a new LockException with the given message
      Parameters:
      msg - the exception message