Exception Summary |
ClassNotPersistenceCapableException |
An ClassNotPersistenceCapableException is thrown if an attempt is
made to persist an object whose class is not persistence-capable. |
CommitStateTransitionException |
|
ConnectionFactoryNotFoundException |
A ConnectionFactoryNotFoundException is thrown if a named connection
factory cannot be found using its JNDI name. |
ConnectionInUseException |
An ConnectionInUseException is thrown if an operation is attempted
that requires a new database connection (such as Transaction.begin()) and a
previously obtained database connection (such as for non-transactional read
or write) is still in-use. |
RollbackStateTransitionException |
|
TransactionActiveException |
An TransactionActiveException is thrown if a transaction is already
active and an operation is performed that requires that a transaction not be
active (such as beginning a transaction). |
TransactionNotActiveException |
An TransactionNotActiveException is thrown if a transaction is not
active and an operation is performed that requires that a transaction be
active (such as committing a transaction). |
UnsupportedConnectionFactoryException |
A UnsupportedConnectionFactoryException is thrown if a configured
connection factory is a supported factory type. |