Uses of Package
org.jaffa.persistence.exceptions

Packages that use org.jaffa.persistence.exceptions
org.jaffa.persistence   
org.jaffa.persistence.engines   
org.jaffa.persistence.engines.jdbcengine   
org.jaffa.persistence.engines.jdbcengine.datasource   
org.jaffa.persistence.engines.jdbcengine.datasource.exceptions   
org.jaffa.persistence.engines.jdbcengine.interceptor   
org.jaffa.persistence.engines.jdbcengine.querygenerator   
org.jaffa.persistence.exceptions   
org.jaffa.rules.examples.domain   
 

Classes in org.jaffa.persistence.exceptions used by org.jaffa.persistence
AddFailedException
          This exception is thrown if an addition of an object to the persistent store fails.
AlreadyLockedObjectException
          This exception is thrown while trying to lock a database row, which has already been locked.
CommitFailedException
          This exception is thrown if a commit fails.
DeleteFailedException
          This exception is thrown if the deletion of an object from the persistent store fails.
IllegalPersistentStateRuntimeException
          This RuntimeException will be thrown if an updateXxx() method or an Add/Update/Delete is invoked on a Domain object in queued state.
PostAddFailedException
          This exception is thrown if an error occurs in the PostAdd trigger of the persistent object.
PostDeleteFailedException
          This exception is thrown if an error occurs in the PostDelete trigger of the persistent object.
PostLoadFailedException
          This exception is thrown if an error occurs in the PostLoad trigger of the persistent object.
PostUpdateFailedException
          This exception is thrown if an error occurs in the PostUpdate trigger of the persistent object.
PreAddFailedException
          This exception is thrown if an error occurs in the PreAdd trigger of the persistent object.
PreDeleteFailedException
          This exception is thrown if an error occurs in the PreDelete trigger of the persistent object.
PreUpdateFailedException
          This exception is thrown if an error occurs in the PreUpdate trigger of the persistent object.
QueryFailedException
          This exception is thrown if a query fails.
ReadOnlyObjectException
          This exception is thrown if a ReadOnly persistent object is updated.
RollbackFailedException
          This exception is thrown if a rollback fails.
UOWException
          A base exception for all the persistence layer exceptions.
UpdateFailedException
          This exception is thrown if the updation of an object from the persistent store fails.
 

Classes in org.jaffa.persistence.exceptions used by org.jaffa.persistence.engines
AddFailedException
          This exception is thrown if an addition of an object to the persistent store fails.
AlreadyLockedObjectException
          This exception is thrown while trying to lock a database row, which has already been locked.
CommitFailedException
          This exception is thrown if a commit fails.
DeleteFailedException
          This exception is thrown if the deletion of an object from the persistent store fails.
EngineInstantiationException
          This exception is thrown if the Persistence Engine could not be instantiated.
PostLoadFailedException
          This exception is thrown if an error occurs in the PostLoad trigger of the persistent object.
QueryFailedException
          This exception is thrown if a query fails.
RollbackFailedException
          This exception is thrown if a rollback fails.
UpdateFailedException
          This exception is thrown if the updation of an object from the persistent store fails.
 

Classes in org.jaffa.persistence.exceptions used by org.jaffa.persistence.engines.jdbcengine
AddFailedException
          This exception is thrown if an addition of an object to the persistent store fails.
AlreadyLockedObjectException
          This exception is thrown while trying to lock a database row, which has already been locked.
CommitFailedException
          This exception is thrown if a commit fails.
DeleteFailedException
          This exception is thrown if the deletion of an object from the persistent store fails.
PostLoadFailedException
          This exception is thrown if an error occurs in the PostLoad trigger of the persistent object.
QueryFailedException
          This exception is thrown if a query fails.
RollbackFailedException
          This exception is thrown if a rollback fails.
UpdateFailedException
          This exception is thrown if the updation of an object from the persistent store fails.
 

Classes in org.jaffa.persistence.exceptions used by org.jaffa.persistence.engines.jdbcengine.datasource
AddFailedException
          This exception is thrown if an addition of an object to the persistent store fails.
DeleteFailedException
          This exception is thrown if the deletion of an object from the persistent store fails.
IllegalPersistentStateRuntimeException
          This RuntimeException will be thrown if an updateXxx() method or an Add/Update/Delete is invoked on a Domain object in queued state.
PostLoadFailedException
          This exception is thrown if an error occurs in the PostLoad trigger of the persistent object.
UpdateFailedException
          This exception is thrown if the updation of an object from the persistent store fails.
 

Classes in org.jaffa.persistence.exceptions used by org.jaffa.persistence.engines.jdbcengine.datasource.exceptions
UOWException
          A base exception for all the persistence layer exceptions.
 

Classes in org.jaffa.persistence.exceptions used by org.jaffa.persistence.engines.jdbcengine.interceptor
UOWException
          A base exception for all the persistence layer exceptions.
 

Classes in org.jaffa.persistence.exceptions used by org.jaffa.persistence.engines.jdbcengine.querygenerator
PostLoadFailedException
          This exception is thrown if an error occurs in the PostLoad trigger of the persistent object.
 

Classes in org.jaffa.persistence.exceptions used by org.jaffa.persistence.exceptions
AddFailedException
          This exception is thrown if an addition of an object to the persistent store fails.
DeleteFailedException
          This exception is thrown if the deletion of an object from the persistent store fails.
UOWException
          A base exception for all the persistence layer exceptions.
UpdateFailedException
          This exception is thrown if the updation of an object from the persistent store fails.
 

Classes in org.jaffa.persistence.exceptions used by org.jaffa.rules.examples.domain
AlreadyLockedObjectException
          This exception is thrown while trying to lock a database row, which has already been locked.
PreDeleteFailedException
          This exception is thrown if an error occurs in the PreDelete trigger of the persistent object.
ReadOnlyObjectException
          This exception is thrown if a ReadOnly persistent object is updated.
UpdatePrimaryKeyException
          This exception is thrown if a field, which is part of the primary key, is updated for a domain object retrieved from the database.
 



Copyright © 2002-2004 JAFFA Project.