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