org.apache.manifoldcf.core.lockmanager
Class LocalLockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.manifoldcf.core.lockmanager.LocalLockException
All Implemented Interfaces:
java.io.Serializable

public class LocalLockException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static java.lang.String _rcsid
           
 
Constructor Summary
LocalLockException(java.lang.String reason)
          Constructs an exception with the reason.
 
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
 

Field Detail

_rcsid

public static final java.lang.String _rcsid
See Also:
Constant Field Values
Constructor Detail

LocalLockException

public LocalLockException(java.lang.String reason)
Constructs an exception with the reason.

Parameters:
reason - the description of the exception