DLESE Tools
v1.6.0

org.dlese.dpc.schemedit
Class MissingLockException

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

public class MissingLockException
extends Exception

Simply wraps Exception.

Author:
ostwald

$Id $

See Also:
Serialized Form

Constructor Summary
MissingLockException()
           
MissingLockException(String msg)
          Constructor for the MissingLockException object
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingLockException

public MissingLockException(String msg)
Constructor for the MissingLockException object

Parameters:
msg - Description of the Parameter

MissingLockException

public MissingLockException()

DLESE Tools
v1.6.0