Package org.jpox.exceptions

This package provides exceptions thrown by the core (client-facing) parts of the JPOX system.

See:
          Description

Exception Summary
ClassNotDetachableException A ClassNotDetachableException is thrown if an attempt is made to detach an object whose class is not detachable.
ClassNotPersistableException An exception thrown when an operation is invoked that requires a persistable object yet the object passed in is not suitable.
ClassNotResolvedException A ClassNotResolvedException is thrown if an attempt is made to load a class that is cannot be found by the ClassLoaderResolver.
ConnectionFactoryNotFoundException Exception thrown if a named connection factory cannot be found using its JNDI name.
JPOXDataStoreException Exception thrown by JPOX when a datastore occurs.
JPOXException Base exception thrown by JPOX.
JPOXObjectNotFoundException Exception thrown by JPOX when an object doesnt exist in the datastore.
JPOXOptimisticException Exception thrown by JPOX when a transaction fails due to optimistic verification checks.
JPOXUnsupportedOptionException Exception thrown when a particular option has been selected but isnt supported.
JPOXUserException Exception thrown by JPOX when a user error occurs.
NoPersistenceInformationException Exception thrown when a class is required to have persistence information (metadata/annotations) yet none can be found.
ObjectDetachedException A ObjectDetachedException is thrown if an attempt is made to use the object in a process that doesn't allow detached objects.
RollbackStateTransitionException Exception thrown when an error occurs in the rollback process of a state change.
TransactionActiveOnBeginException An exception thrown when active is invoked on an ObjectManager yet the transaction is already active.
TransactionActiveOnCloseException An exception thrown when close is invoked on an ObjectManager yet the transaction is still active.
TransactionNotActiveException An exception thrown when commit/rollback is invoked on an ObjectManager yet the transaction is not active.
UnsupportedConnectionFactoryException Exception thrown if a configured connection factory is not of a supported factory type.
 

Package org.jpox.exceptions Description

This package provides exceptions thrown by the core (client-facing) parts of the JPOX system.



Copyright © -2008 . All Rights Reserved.