Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Jbo Exception in entity impl best practice

Hello,
its good practice to throw jbo exception in entity impl to show msg to the user on the page like this: if (!failDelete.equals(0)){
ErrMsg = resourceBundle.getString("FAIL_DELETE");
throw new JboException(ErrMsg);}
or this affect on the application stability.
my application got broken when many of this jbo exception happen.
thanks in advance.
my jdev ver : 12.2.1.2

Comments
Post Details
Added on Sep 14 2022
2 comments
177 views