|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Exception Summary | |
ClassNotDetachableException | A ClassNotDetachableException is thrown if an attempt is made to detach an object whose class is not detachable. |
ClassNotPersistenceCapableException | A ClassNotPersistenceCapableException is thrown if an attempt is made to persist an object whose class is not persistence-capable. |
ClassNotResolvedException | A ClassNotResolvedException is thrown if an attempt is made to load a class that is cannot be found by the ClassLoaderResolver. |
CommitStateTransitionException | A CommitStateTransitionException is thrown when an error occurs transitioning from one state to another |
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. |
MetaDataForPersistenceCapableClassNotReachableException | An MetaDataForPersistenceCapableClassNotReachableException is thrown if a class implements PersistenceCapable interface but its jdo metadata is unreachable in the classpath. |
ObjectDetachedException | A ObjectDetachedException is thrown if an attempt is made to use the object in a process that doesnt allow detached objects. |
RollbackStateTransitionException | A RollbackStateTransitionException is thrown when an error occurs in the rollback process of a state change. |
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). |
TransactionCommiting | An TransactionCommiting is thrown if a transaction is commiting or rolling back and an operation is performed that changes the transaction state or behaviour (such as beginning setRetainValues). |
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 not of a supported factory type. |
This package provides exceptions thrown by the core (client-facing) parts of the JPOX system.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |