JDO Exception

JDOFatalInternalException

java.lang.Object
  ∟ java.lang.Throwable
    ∟ java.lang.Exception
      ∟ java.lang.RuntimeException
        ∟ javax.jdo.JDOException
          ∟ javax.jdo.JDOFatalException
            ∟ javax.jdo.JDOFatalInternalException

This class represents errors in the implementation for which no user error handling is possible. The error should be reported to the JDO vendor for corrective action.
Since:
JDO 1.0

Public Constructors

Constructs a new JDOFatalInternalException without a detail message.
Since:
JDO 1.0
Constructs a new JDOFatalInternalException with the specified detail message.
Parameters:
msg - the detail message.
Since:
JDO 1.0
JDOFatalInternalException(String msg, Object failed)
Constructs a new JDOFatalInternalException with the specified detail message and failed object.
Parameters:
msg - the detail message.
failed - the failed object.
Since:
JDO 1.0
JDOFatalInternalException(String msg, Throwable nested)
Constructs a new JDOFatalInternalException with the specified detail message and nested Throwables.
Parameters:
msg - the detail message.
nested - the nested Throwable.
Since:
JDO 1.0
JDOFatalInternalException(String msg, Throwable nested, Object failed)
Constructs a new JDOFatalInternalException with the specified detail message, nested Throwables, and failed object.
Parameters:
msg - the detail message.
nested - the nested Throwable.
failed - the failed object.
Since:
JDO 1.0
JDOFatalInternalException(String msg, Throwable[] nested)
Constructs a new JDOFatalInternalException with the specified detail message and nested Throwables.
Parameters:
msg - the detail message.
nested - the nested Throwable[].
Since:
JDO 1.0
JDOFatalInternalException(String msg, Throwable[] nested, Object failed)
Constructs a new JDOFatalInternalException with the specified detail message, nested Throwables, and failed object.
Parameters:
msg - the detail message.
nested - the nested Throwable[].
failed - the failed object.
Since:
JDO 1.0

Method inherited from class javax.jdo.JDOException

getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString

Method inherited from class java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Method inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait