Uses of Package
org.jpox.exceptions

Packages that use org.jpox.exceptions
org.jpox.exceptions This package provides exceptions thrown by the core (client-facing) parts of the JPOX system. 
org.jpox.jdo Package providing components specific to JDO persistence. 
org.jpox.metadata Provides classes representing the MetaData for files, packages, classes, fields, containers, etc. 
org.jpox.plugin Package providing the plugin mechanism utilised by JPOX. 
org.jpox.properties Package providing handling for persistence properties, and in particular the validation of valid values. 
org.jpox.sco.exceptions Provides exceptions that can be thrown when handling Second Class Objects (SCO's). 
org.jpox.state Provides classes relating to the life cycle state of a persistable object. 
org.jpox.store.exceptions Provides exceptions that can be thrown when communicating with the datastore. 
org.jpox.store.mapped   
org.jpox.store.mapped.expression This package provides a series of expressions and literals used in the conversion of a JDOQL query into the resultant SQL that is required to be executed in the datastore. 
org.jpox.store.poid POID - Persistent Id Generation. 
org.jpox.store.query Package providing generic methods for use by queries. 
org.jpox.transaction   
 

Classes in org.jpox.exceptions used by org.jpox.exceptions
JPOXException
          Base exception thrown by JPOX.
JPOXUserException
          Exception thrown by JPOX when a user error occurs.
 

Classes in org.jpox.exceptions used by org.jpox.jdo
JPOXException
          Base exception thrown by JPOX.
 

Classes in org.jpox.exceptions used by org.jpox.metadata
JPOXException
          Base exception thrown by JPOX.
JPOXUserException
          Exception thrown by JPOX when a user error occurs.
 

Classes in org.jpox.exceptions used by org.jpox.plugin
ClassNotResolvedException
          A ClassNotResolvedException is thrown if an attempt is made to load a class that is cannot be found by the ClassLoaderResolver.
 

Classes in org.jpox.exceptions used by org.jpox.properties
JPOXException
          Base exception thrown by JPOX.
JPOXUserException
          Exception thrown by JPOX when a user error occurs.
 

Classes in org.jpox.exceptions used by org.jpox.sco.exceptions
JPOXException
          Base exception thrown by JPOX.
JPOXUserException
          Exception thrown by JPOX when a user error occurs.
 

Classes in org.jpox.exceptions used by org.jpox.state
JPOXException
          Base exception thrown by JPOX.
 

Classes in org.jpox.exceptions used by org.jpox.store.exceptions
JPOXDataStoreException
          Exception thrown by JPOX when a datastore occurs.
JPOXException
          Base exception thrown by JPOX.
JPOXUserException
          Exception thrown by JPOX when a user error occurs.
 

Classes in org.jpox.exceptions used by org.jpox.store.mapped
JPOXException
          Base exception thrown by JPOX.
JPOXUserException
          Exception thrown by JPOX when a user error occurs.
 

Classes in org.jpox.exceptions used by org.jpox.store.mapped.expression
JPOXException
          Base exception thrown by JPOX.
JPOXUserException
          Exception thrown by JPOX when a user error occurs.
 

Classes in org.jpox.exceptions used by org.jpox.store.poid
JPOXException
          Base exception thrown by JPOX.
 

Classes in org.jpox.exceptions used by org.jpox.store.query
JPOXException
          Base exception thrown by JPOX.
JPOXUserException
          Exception thrown by JPOX when a user error occurs.
 

Classes in org.jpox.exceptions used by org.jpox.transaction
JPOXException
          Base exception thrown by JPOX.
 



Copyright © -2008 . All Rights Reserved.