ObjectDB ObjectDB

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

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