ObjectDB ObjectDB

JDOUserCallbackException(msg, nested, failed) - JDO JDOUserCallbackException's constructor

Constructor
javax.jdo.JDOUserCallbackException
JDOUserCallbackException(
  String msg,
  Throwable nested,
  Object failed
)

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