ObjectDB ObjectDB

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

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

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