org.apache.ode.bpel.engine
Class InstanceLockManager.TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.ode.bpel.engine.InstanceLockManager.TimeoutException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
InstanceLockManager

public static final class InstanceLockManager.TimeoutException
extends java.lang.Exception

Exception class indicating a time-out occured while obtaining a lock.

See Also:
Serialized Form

Constructor Summary
InstanceLockManager.TimeoutException()
           
 
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

InstanceLockManager.TimeoutException

public InstanceLockManager.TimeoutException()