Class JDOFatalDataStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jdo.api.persistence.support.JDOException
com.sun.jdo.api.persistence.support.JDOFatalException
com.sun.jdo.api.persistence.support.JDOFatalDataStoreException
- All Implemented Interfaces:
Serializable
- Version:
- 0.1
- Author:
- clr
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newJDOFatalDataStoreExceptionwithout detail message.Constructs a newJDOFatalDataStoreExceptionwith the specified detail message.JDOFatalDataStoreException(String msg, Exception nested) Constructs a newJDOFatalDataStoreExceptionwith the specified detail message and nested Exception. -
Method Summary
Methods inherited from class com.sun.jdo.api.persistence.support.JDOException
addFailedObject, getFailedObjectArray, getNestedException, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
JDOFatalDataStoreException
public JDOFatalDataStoreException()Creates a newJDOFatalDataStoreExceptionwithout detail message. -
JDOFatalDataStoreException
Constructs a newJDOFatalDataStoreExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
JDOFatalDataStoreException
Constructs a newJDOFatalDataStoreExceptionwith the specified detail message and nested Exception.- Parameters:
msg- the detail message.nested- the nestedException.
-