atg.service.lockmanager
Class TimeExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.service.lockmanager.TimeExceededException
All Implemented Interfaces:
java.io.Serializable

public class TimeExceededException
extends java.lang.Exception

An exception indicating that we waited longer than the specified timeout value for this lock.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
TimeExceededException()
           
TimeExceededException(java.lang.String s)
           
 
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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

TimeExceededException

public TimeExceededException()

TimeExceededException

public TimeExceededException(java.lang.String s)