| Author |
Catching an exception from a exception-chain in Web Tier
|
Petr Dusek
Greenhorn
Joined: Nov 26, 2012
Posts: 21
|
|
Hi guys.
I need to catch an exception in Web Tier (in a managed bean exactly), which I have thrown in Application Tier (EJB). But if I try to do this the exception-chain will be thrown and I will catch nothing (only the general Exception, not my Exception).
How to solve this?
Thanks, bye.
|
 |
Lucas Smith
Ranch Hand
Joined: Apr 20, 2009
Posts: 804
|
|
|
Please post the code example.
|
SCJP6, SCWCD5, OCE:EJBD6.
BLOG: http://leakfromjavaheap.blogspot.com
|
 |
 |
|
|
subject: Catching an exception from a exception-chain in Web Tier
|
|
|