public class JDOFatalInternalException extends JDOFatalException
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.Throwable nested)
Constructs a new
JDOFatalInternalException with the specified
detail message and nested Throwable s. |
JDOFatalInternalException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new
JDOFatalInternalException with the specified
detail message and nested Throwable s. |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
public 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 Throwable
s.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 Throwable
s.msg
- the detail message.nested
- the nested Throwable
.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.