Package org.jaffa.persistence.exceptions

Exception Summary
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.
DomainObjectValidationException This exception will be thrown if any errors are raised while validating a domain object.
EngineInstantiationException This exception is thrown if the Persistence Engine could not be instantiated.
IllegalPersistentStateRuntimeException This RuntimeException will be thrown if an updateXxx() method or an Add/Update/Delete is invoked on a Domain object in queued state.
InactiveUowRuntimeException This exception is thrown if any method is invoked on a UOW, which has been made inactive.
InvalidUowRuntimeException This exception is thrown the UOW on a Persistent object does not match the UOW to which the object is being added/updated/deleted/locked.
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.
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.