public class JDOFatalInternalException extends JDOFatalException
| Constructor and Description |
|---|
JDOFatalInternalException()
Creates a new
JDOFatalInternalException without detail message. |
JDOFatalInternalException(String msg)
Constructs a new
JDOFatalInternalException with the specified detail message. |
JDOFatalInternalException(String msg,
Exception nested)
Constructs a new
JDOFatalInternalException with the specified detail message and nested Exception. |
addFailedObject, getFailedObjectArray, getNestedException, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic JDOFatalInternalException()
JDOFatalInternalException without detail message.public JDOFatalInternalException(String msg)
JDOFatalInternalException with the specified detail message.msg - the detail message.Copyright © 2017–2020 Eclipse Foundation. All rights reserved.