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:
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: 7951 $ $Date: 2006-04-22 06:43:57 -0600 (Sat, 22 Apr 2006) $
- Author:
- Assaf Arkin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectDeletedWaitingForLockException()
ObjectDeletedWaitingForLockException(java.lang.String msg)
ObjectDeletedWaitingForLockException(java.lang.String message, java.lang.Throwable exception)
-
Method Summary
-
Methods inherited from class org.exolab.castor.core.exceptions.CastorException
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
-
-
-
-
Constructor Detail
-
ObjectDeletedWaitingForLockException
ObjectDeletedWaitingForLockException()
-
ObjectDeletedWaitingForLockException
ObjectDeletedWaitingForLockException(java.lang.String msg)
-
ObjectDeletedWaitingForLockException
public ObjectDeletedWaitingForLockException(java.lang.String message, java.lang.Throwable exception)
-
-