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 Throwables. |
JDOFatalInternalException(java.lang.String msg,
java.lang.Throwable[] nested)
Constructs a new
JDOFatalInternalException with the specified
detail message and nested Throwables. |
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.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.