Package org.odmg

Class LockNotGrantedException

All Implemented Interfaces:
Serializable

public class LockNotGrantedException extends ODMGRuntimeException
This exception is thrown if a lock could not be granted on an object.
Author:
David Jordan (as Java Editor of the Object Data Management Group)
See Also:
  • Constructor Details

    • LockNotGrantedException

      public LockNotGrantedException()
      Construct an instance of the exception.
    • LockNotGrantedException

      public LockNotGrantedException(String msg)
      Construct an instance of the exception with a descriptive message.
      Parameters:
      msg - A description of the exception.