Class NoPersistenceInformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOCanRetryException
javax.jdo.JDOUserException
org.datanucleus.api.jdo.exceptions.NoPersistenceInformationException
- All Implemented Interfaces:
Serializable
public class NoPersistenceInformationException
extends javax.jdo.JDOUserException
Exception thrown when a class is required to have persistence information (metadata/annotations) yet none can be found.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoPersistenceInformationException
(String msg, Exception nested) Constructs an exception for the specified class with the supplied nested exception. -
Method Summary
Methods inherited from class javax.jdo.JDOException
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NoPersistenceInformationException
Constructs an exception for the specified class with the supplied nested exception.- Parameters:
msg
- The messagenested
- the nested exception(s).
-