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