See: Description
Exception | Description |
---|---|
DatastoreInitialisationException |
Representation of an error encountered initialising a datastore.
|
DatastoreReadOnlyException |
Exception thrown when trying to update a datastores contents when it is read-only.
|
DatastoreValidationException |
A DatastoreValidationException is thrown if a mismatch is discovered
between what the JDO runtime thinks the datastore should look like and what it
actually looks like.
|
NoExtentException |
A 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.
|
NotYetFlushedException |
Exception thrown when an pc instance instance is not yet flushed to the datastore, but it was expected to already be.
|
ReachableObjectNotCascadedException |
An 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.
|
Copyright © 2017. All rights reserved.