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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public JDOFatalDataStoreException()
JDOFatalDataStoreException
without detail message.public JDOFatalDataStoreException(String msg)
JDOFatalDataStoreException
with the specified detail message.msg
- the detail message.Copyright © 2019. All rights reserved.