Package com.xavax.xstore.exception

This package contains all exception classes used by the XStore/J persistence framework.

See:
          Description

Exception Summary
ClassNotRegisteredException ClassNotRegisteredException is thrown when an attempt is made to use a class that was not registered with the persistence manager and described in the metadata.
ClassNotSupportedException ClassNotSupportedException is thrown when an attempt is made to create a persistent object in a database that does not contain the tables necessary to persist the object.
DatabaseNotRegisteredException DatabaseNotRegisteredException is thrown when an attempt is made to use a database that was not registered with the persistence manager and described in the metadata.
FieldAccessException FieldAccessException is thrown by the persistence framework when the class identifier or database identifier is not valid.
InvalidReferenceException InvalidReferenceException is thrown by the persistence framework when the class identifier or database identifier is not valid.
ObjectNotFoundException ObjectNotFoundException is thrown by the persistence framework when an attempt is made to load an object that does not exist.
PersistenceException PersistenceException is the base class for all exceptions thrown by the persistence framework.
PersistenceMetadataException PersistenceMetadataException is thrown by the persistence framework when an inconsistency is detected in the metadata such as a reference to a class, table, or column that does not exist.
 

Package com.xavax.xstore.exception Description

This package contains all exception classes used by the XStore/J persistence framework.