Uses of Class
org.nanocontainer.persistence.PersistenceException

Packages that use PersistenceException
org.nanocontainer.persistence   
 

Uses of PersistenceException in org.nanocontainer.persistence
 

Subclasses of PersistenceException in org.nanocontainer.persistence
 class ConcurrencyFailureException
          Thrown when optimistic locking or failure to acquire lock occurs.
 class ObjectRetrievalFailureException
          Thrown when an object retrieval failure occurs.
 class StaleObjectStateException
          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.
 class TransactionException
          Indicates that a transaction could not be begun, committed or rolled back.
 



Copyright 2003-2003-2006 Codehaus. All Rights Reserved.