ObjectDB ObjectDB

JDOFatalInternalException(msg, nested, failed) - JDO JDOFatalInternalException's constructor

Constructor
javax.jdo.JDOFatalInternalException
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