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!

Throwing exception from app module

771632Aug 9 2010 — edited Aug 9 2010
Hi ,
I am using ADF 11.1.1.2 verison and my app is developed using procedure (We are not using BC) ...
The approach i am using is as following-
1- Create a procedure
2- Create a app module and call the procedure from that app module.
3- Expose a client interface and use that method(data control) to see the data ...

My issue -When I create a method and expose it(its visible in client interface), use that to create a table or any other component its working fine.
But as per my new req i have to throw exception from that method in case of any issue ( let say not able to update the data in db)
When i throw the exception from the method available in app module that method disappears and is not available to be exposed to client .

please let me know do we have to do anything specific to throw exceptions in this case.

Thanks,
Shubhangi
This post has been answered by John Stegeman on Aug 9 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 6 2010
Added on Aug 9 2010
3 comments
960 views