Package org.exolab.castor.persist
Class ObjectDeletedWaitingForLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exolab.castor.core.exceptions.CastorException
org.exolab.castor.jdo.PersistenceException
org.exolab.castor.jdo.LockNotGrantedException
org.exolab.castor.persist.ObjectDeletedWaitingForLockException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a lock attempt has failed due to object
being deleted by a concurrent transaction.
- Version:
- $Revision: 7951 $ $Date: 2006-04-22 06:43:57 -0600 (Sat, 22 Apr 2006) $
- Author:
- Assaf Arkin
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exolab.castor.core.exceptions.CastorException
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toString
-
Constructor Details
-
ObjectDeletedWaitingForLockException
ObjectDeletedWaitingForLockException() -
ObjectDeletedWaitingForLockException
ObjectDeletedWaitingForLockException(String msg) -
ObjectDeletedWaitingForLockException
-