Name
JDOFatalUserException
Synopsis
This is the base class for user errors that cannot be retried.
It is derived from JDOFatalException. Reasons for this
exception include:
PersistenceManagerwas closed. This exception is thrown afterclose( )was called, when any method exceptisClosed( )is executed on thePersistenceManagerinstance, or when any method is called on theTransactioninstance or anyQueryinstance,Extentinstance, orIteratorinstance created by thePersistenceManager.Metadata is unavailable. This exception is thrown if the implementation cannot locate metadata for a class, which occurs when the class has not been registered.
public class JDOFatalUserException extends javax.jdo.JDOFatalException {
}Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access