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
public class JDOMetaDataUserException extends RuntimeException
Thrown to indicate that an access to JDO meta-data failed; the meta-data component is assured to remain in consistent state.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JDOMetaDataUserException()Constructs anJDOMetaDataUserExceptionwith no detail message.JDOMetaDataUserException(String msg)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 Detail
-
nested
public final Throwable nested
An optional nested exception.
-
-
Constructor Detail
-
JDOMetaDataUserException
public JDOMetaDataUserException()
Constructs anJDOMetaDataUserExceptionwith no detail message.
-
JDOMetaDataUserException
public JDOMetaDataUserException(String msg)
Constructs anJDOMetaDataUserExceptionwith the specified detail message.
-
JDOMetaDataUserException
public JDOMetaDataUserException(Throwable nested)
Constructs anJDOMetaDataUserExceptionwith an optional nested exception.
-
-