Re: Nested Exception Handling
subbu <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <[email protected]> |
Can u explain how cau u do it... regards subbu ----- Original Message ----- From: Adrian Janssen To: [email protected] Sent: Tuesday, June 17, 2003 2:48 PM Subject: Re: Nested Exception Handling yes > -----Original Message----- > From: subbu [SMTP:[email protected]] > Sent: 17 June 2003 09:16 > To: [email protected] > Subject: Nested Exception Handling > > Is it possible to do Exception handling using nested Exception.... > > Example : > > ie: com.ibm.websphere.cpi.CPIException: java.sql.SQLException: ORA-02291: > integrity constraint (xxx.yyy_Szzzzz_FK) violated - parent > key not found > ; nested exception is: > java.sql.SQLException: ORA-02291: integrity constraint > in this above stacktrace i need to write exception handling for only > java.sql.SQLException