org.apache.manifoldcf.core.lockmanager
Class ExpiredObjectException

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

public class ExpiredObjectException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static java.lang.String _rcsid
           
 
Constructor Summary
ExpiredObjectException(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

ExpiredObjectException

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

Parameters:
reason - the description of the exception