ObjectDB ObjectDB

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

Constructor
javax.jdo.JDOFatalException
JDOFatalException(
  String msg,
  Throwable[] nested
)

Constructs a new JDOFatalException with the specified detail message and nested Throwables.
Parameters:
msg - the detail message.
nested - the nested Throwable[].
Since:
JDO 1.0