ObjectDB ObjectDB

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

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

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