public class JDOFatalInternalException extends JDOFatalException
failed, nested| Constructor and Description |
|---|
JDOFatalInternalException()
Constructs a new
JDOFatalInternalException without a detail message. |
JDOFatalInternalException(java.lang.String msg)
Constructs a new
JDOFatalInternalException with the specified detail message. |
JDOFatalInternalException(java.lang.String msg,
java.lang.Object failed)
Constructs a new
JDOFatalInternalException
with the specified detail message and failed object. |
JDOFatalInternalException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a new
JDOFatalInternalException with the specified
detail message and nested Throwables. |
JDOFatalInternalException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new
JDOFatalInternalException with the specified
detail message and nested Throwables. |
JDOFatalInternalException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
Constructs a new
JDOFatalInternalException with the specified
detail message, nested Throwables, and failed object. |
JDOFatalInternalException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
Constructs a new
JDOFatalInternalException with the specified
detail message, nested Throwables, and failed object. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toStringpublic JDOFatalInternalException()
JDOFatalInternalException without a detail message.public JDOFatalInternalException(java.lang.String msg)
JDOFatalInternalException with the specified detail message.msg - the detail message.public JDOFatalInternalException(java.lang.String msg,
java.lang.Throwable[] nested)
JDOFatalInternalException with the specified
detail message and nested Throwables.msg - the detail message.nested - the nested Throwable[].public JDOFatalInternalException(java.lang.String msg,
java.lang.Throwable nested)
JDOFatalInternalException with the specified
detail message and nested Throwables.msg - the detail message.nested - the nested Throwable.public JDOFatalInternalException(java.lang.String msg,
java.lang.Object failed)
JDOFatalInternalException
with the specified detail message and failed object.msg - the detail message.failed - the failed object.public JDOFatalInternalException(java.lang.String msg,
java.lang.Throwable[] nested,
java.lang.Object failed)
JDOFatalInternalException with the specified
detail message, nested Throwables, and failed object.msg - the detail message.nested - the nested Throwable[].failed - the failed object.public JDOFatalInternalException(java.lang.String msg,
java.lang.Throwable nested,
java.lang.Object failed)
JDOFatalInternalException with the specified
detail message, nested Throwables, and failed object.msg - the detail message.nested - the nested Throwable.failed - the failed object.