Uses of Class
org.datanucleus.exceptions.NucleusUserException
-
Packages that use NucleusUserException Package Description org.datanucleus.exceptions This package provides exceptions thrown by the core (client-facing) parts of DataNucleus.org.datanucleus.metadata Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.org.datanucleus.properties Package providing handling for persistence properties, and in particular the validation of valid values.org.datanucleus.store.query Package providing query language support for datastores.org.datanucleus.store.query.compiler Package handling the (generic) compilation of queries.org.datanucleus.store.types Package providing basic java type handling for DataNucleus. -
-
Uses of NucleusUserException in org.datanucleus.exceptions
Subclasses of NucleusUserException in org.datanucleus.exceptions Modifier and Type Class Description classClassNotDetachableExceptionA ClassNotDetachableException is thrown if an attempt is made to detach an object whose class is not detachable.classClassNotPersistableExceptionAn exception thrown when an operation is invoked that requires a persistable object yet the object passed in is not suitable.classConnectionFactoryNotFoundExceptionException thrown if a named connection factory cannot be found using its JNDI name.classDatastoreInitialisationExceptionRepresentation of an error encountered initialising a datastore.classDatastoreReadOnlyExceptionException thrown when trying to update a datastores contents when it is read-only.classNoExtentExceptionA NoExtentException is thrown if an attempt is made to perform an operation using a class that is not backed by an extent (ie table or view) in the database and the operation is not supported on such classes.classNoPersistenceInformationExceptionException thrown when a class is required to have persistence information (metadata/annotations) yet none can be found.classNucleusFatalUserExceptionException thrown when a user error occurs and is fatal.classNucleusUnsupportedOptionExceptionException thrown when a particular option has been selected but isnt supported.classObjectDetachedExceptionA ObjectDetachedException is thrown if an attempt is made to use the object in a process that doesn't allow detached objects.classReachableObjectNotCascadedExceptionAn exception that is thrown when we have a relation to another persistable object that is not yet persistent and where the relation is not marked as cascade-persist.classTransactionActiveOnBeginExceptionAn exception thrown when active is invoked on an ExecutionContext yet the transaction is already active.classTransactionActiveOnCloseExceptionAn exception thrown when close is invoked on an ExecutionContext yet the transaction is still active.classTransactionIsolationNotSupportedExceptionAn exception thrown when an unsupported transaction isolation level is requested.classTransactionNotActiveExceptionAn exception thrown when commit/rollback is invoked on an ExecutionContext yet the transaction is not active.classTransactionNotReadableExceptionAn TransactionNotReadableException is thrown if an operation needs either of an active transaction or non-transactional read and neither is true.classTransactionNotWritableExceptionAn TransactionNotReadableException is thrown if an operation needs either of an active transaction or non-transactional read and neither is true.classUnsupportedConnectionFactoryExceptionException thrown if a configured connection factory is not of a supported factory type. -
Uses of NucleusUserException in org.datanucleus.metadata
Subclasses of NucleusUserException in org.datanucleus.metadata Modifier and Type Class Description classInvalidAnnotationExceptionException thrown when an annotation has been specified that is invalid in the circumstances.classInvalidClassMetaDataExceptionException thrown when meta-data specific to a class is invalid.classInvalidMemberMetaDataExceptionException thrown when meta-data specific to a member of a class is invalid.classInvalidMetaDataExceptionRepresentation of an exception thrown when an error occurs in Meta-Data definition.classInvalidPrimaryKeyExceptionException thrown when a primary key class is found to be invalid for some reason. -
Uses of NucleusUserException in org.datanucleus.properties
Subclasses of NucleusUserException in org.datanucleus.properties Modifier and Type Class Description classPropertyTypeInvalidExceptionException thrown when trying to access a property as a specific type yet it is not possible to return as that type. -
Uses of NucleusUserException in org.datanucleus.store.query
Subclasses of NucleusUserException in org.datanucleus.store.query Modifier and Type Class Description classQueryInvalidParametersExceptionException thrown when invalid arguments/parameters are given.classQueryNotUniqueExceptionThis exception is thrown when a user runs a Query and has marked it as UNIQUE, but it returns more than 1 object. -
Uses of NucleusUserException in org.datanucleus.store.query.compiler
Subclasses of NucleusUserException in org.datanucleus.store.query.compiler Modifier and Type Class Description classQueryCompilerSyntaxExceptionException thrown when a query compiler finds an error relative to the expected syntax. -
Uses of NucleusUserException in org.datanucleus.store.types
Subclasses of NucleusUserException in org.datanucleus.store.types Modifier and Type Class Description classIncompatibleFieldTypeExceptionA IncompatibleFieldTypeException is thrown if an incompatible field type is specified in the construction of a second-class object instance.
-