Class InvalidLockException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dlese.dpc.datamgr.InvalidLockException
All Implemented Interfaces:
Serializable

public class InvalidLockException extends Exception
Indicates that a DataManager was asked to change an object of data but the requester does not have the appropriate lock.
Version:
1.0, 9/30/02
Author:
Dave Deniman
See Also:
  • Constructor Details

    • InvalidLockException

      public InvalidLockException()
      Constructs an Exception with no specified detail message.
    • InvalidLockException

      public InvalidLockException(String message)
      Constructs an Exception with the specified detail message.
      Parameters:
      message - the detailed message.