11-20-07 12:11 AM
[ https://issues.apache.org/jira/brow...action_12543648 ]
Erik Bengtson commented on JDO-552:
-----------------------------------
All JDO exceptions, except the above, take an array of Throwable and a faile
d object. That's why I raised the issue
> JDOFatalDataStoreException, JDOObjectNotFoundException and JDOOptimisticVe
rificationException dont allow nested exceptions and failed objects together
> --------------------------------------------------------------------------
----------------------------------------------------------------------------
>
> Key: JDO-552
> URL: https://issues.apache.org/jira/browse/JDO-552
> Project: JDO
> Issue Type: Improvement
> Components: api2
> Reporter: Erik Bengtson
> Priority: Trivial
>
> These 3 exceptions have constructors (String msg, Throwable[] ex) and
(String msg, Object failedObject), but dont have a (String msg, Throwable
1;], Object failedObject)
> JDOFatalDataStoreException
> JDOObjectNotFoundException
> JDOOptimisticVerificationException
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
[ Post a follow-up to this message ]
|