Class JDOFatalInternalException
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.JDOFatalInternalException
- All Implemented Interfaces:
Serializable
- Version:
- 0.1
- Author:
- Craig Russell
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newJDOFatalInternalExceptionwithout detail message.Constructs a newJDOFatalInternalExceptionwith the specified detail message.JDOFatalInternalException(String msg, Exception nested) Constructs a newJDOFatalInternalExceptionwith 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
-
JDOFatalInternalException
public JDOFatalInternalException()Creates a newJDOFatalInternalExceptionwithout detail message. -
JDOFatalInternalException
Constructs a newJDOFatalInternalExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
JDOFatalInternalException
Constructs a newJDOFatalInternalExceptionwith the specified detail message and nested Exception.- Parameters:
msg- the detail message.nested- the nestedException.
-