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
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
ObjectDeletedWaitingForLockException
public ObjectDeletedWaitingForLockException(String message,
Throwable exception)
Copyright © 2010. All Rights Reserved.