org.exolab.core.foundation
Class ObjectDeletedWaitingForLockException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.exolab.core.util.BaseException
              extended byorg.exolab.core.foundation.LockNotGrantedException
                  extended byorg.exolab.core.foundation.ObjectDeletedWaitingForLockException
All Implemented Interfaces:
java.io.Serializable

public class ObjectDeletedWaitingForLockException
extends LockNotGrantedException

Thrown to indicate that a lock attempt has failed due to object being deleted by a concurrent transaction.

Version:
$Revision: 1.1 $ $Date: 2000/03/10 00:25:14 $
Author:
Assaf Arkin
See Also:
Serialized Form

Methods inherited from class org.exolab.core.util.BaseException
getErrorCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Copyright © 1999-2005 The Exolab Group. All Rights Reserved.