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