ObjectDB ObjectDB

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

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

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