Class MissingLockException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dlese.dpc.schemedit.MissingLockException
All Implemented Interfaces:
Serializable

public class MissingLockException extends Exception
Simply wraps Exception.
Author:
ostwald

$Id $

See Also:
  • Constructor Details

    • MissingLockException

      public MissingLockException(String msg)
      Constructor for the MissingLockException object
      Parameters:
      msg - Description of the Parameter
    • MissingLockException

      public MissingLockException()