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