Uses of Class
javax.jdo.JDOException
Packages that use JDOException
-
Uses of JDOException in javax.jdo
Subclasses of JDOException in javax.jdoModifier and TypeClassDescriptionclassThis is the base class for exceptions that can be retried.classThis class represents data store exceptions that can be retried.classThis class represents exceptions caused by access of an unloaded field while the instance is detached.classThis class represents data store exceptions that cannot be retried.classThis class represents exceptions that are fatal; that is, the condition that caused it cannot be bypassed even if the operation is retried.classThis class represents errors in the implementation for which no user error handling is possible.classThis class represents user errors that cannot be retried.classAn instance of this class is thrown when attempting to create an object id when the object id constructor parameter is null.classThis class represents exceptions caused by the user accessing an object that does not exist in the datastore.classThis class represents optimistic verification failures.classThis class represents exceptions caused by an attempt to update a datastore when the PMF was created as "read-only".classThis class represents exceptions caused by the use of optional features not supported by the JDO implementation.classThis class represents exceptions caused by exceptions thrown during execution of callbacks or listeners.classThis class represents user errors that can possibly be retried.Methods in javax.jdo with parameters of type JDOExceptionModifier and TypeMethodDescriptionvoidPersistenceManager.refreshAll(JDOException jdoe) Refreshes all instances in the exception that failed verification.