org.exolab.core.foundation
Class ObjectDeletedWaitingForLockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exolab.core.util.BaseException
              extended by org.exolab.core.foundation.LockNotGrantedException
                  extended by org.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

Method Summary
 
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-2012 The Exolab Group. All Rights Reserved.