Package com.subshell.persistence.exception

Various exceptions.

See:
          Description

Exception Summary
DatabaseClosedException Thrown when a Database is used although it has been closed already.
ErrorInRunnableException Thrown when a TransactionContextRunner is executing a Runnable, and this Runnable is throwing a RuntimeException.
InitializationException Thrown when initialization of an object (such as a Database) failed.
ObjectNotFoundException Thrown when a persistent object could not be found in the database.
PersistenceException Thrown when there is a persistence-related error.
PersistenceMapperNotFoundException Thrown when a persistence mapper could not be found.
TransactionCommittedException Thrown when a Transaction is used although it has been committed/rolled back already.
TransactionContextAlreadySetException Thrown when a TransactionContext has been requested but there is none.
TransactionContextNotSetException Thrown when a TransactionContext has been requested but there is none.
 

Package com.subshell.persistence.exception Description

Various exceptions.



Copyright © 2004-2005 subshell GmbH. All Rights Reserved.