ObjectDB ObjectDB

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

Constructor
javax.jdo.JDOFatalException
JDOFatalException(
  String msg,
  Throwable nested,
  Object failed
)

Constructs a new JDOFatalException 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