Class JDOMetaDataUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException
- All Implemented Interfaces:
Serializable
Thrown to indicate that an access to JDO meta-data failed; the
meta-data component is assured to remain in consistent state.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs anJDOMetaDataUserExceptionwith no detail message.Constructs anJDOMetaDataUserExceptionwith the specified detail message.JDOMetaDataUserException(String msg, Throwable nested) Constructs anJDOMetaDataUserExceptionwith the specified detail message and an optional nested exception.JDOMetaDataUserException(Throwable nested) Constructs anJDOMetaDataUserExceptionwith an optional nested exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
nested
An optional nested exception.
-
-
Constructor Details
-
JDOMetaDataUserException
public JDOMetaDataUserException()Constructs anJDOMetaDataUserExceptionwith no detail message. -
JDOMetaDataUserException
Constructs anJDOMetaDataUserExceptionwith the specified detail message. -
JDOMetaDataUserException
Constructs anJDOMetaDataUserExceptionwith an optional nested exception. -
JDOMetaDataUserException
Constructs anJDOMetaDataUserExceptionwith the specified detail message and an optional nested exception.
-