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