org.nanocontainer.persistence
Class StaleObjectStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.nanocontainer.persistence.PersistenceException
org.nanocontainer.persistence.ConcurrencyFailureException
org.nanocontainer.persistence.StaleObjectStateException
- All Implemented Interfaces:
- Serializable
public class StaleObjectStateException
- extends ConcurrencyFailureException
A specialization of ConcurrencyFailureException
which is thrown when a version number or timestamp check failed or try delete or update a row that does not exist
anymore.
- Version:
- $Revision: $
- See Also:
- Serialized Form
| Methods inherited from class org.picocontainer.PicoException |
getCause, printStackTrace, printStackTrace, printStackTrace |
StaleObjectStateException
public StaleObjectStateException(Throwable cause,
String entityName,
Object objectId)
getEntityName
public String getEntityName()
getObjectId
public Object getObjectId()
Copyright 2003-2003-2006 Codehaus. All Rights Reserved.