ObjectDB ObjectDB

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

Constructor
javax.jdo.JDOFatalDataStoreException
JDOFatalDataStoreException(
  String msg,
  Throwable nested
)

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