[jboss-user] [EJB 3.0] - Re: converting ejb runtime exceptions to jsf user friendly
PeterJ
do-not-reply at jboss.com
Sat Nov 29 14:37:30 EST 2008
?
try {
| // do some stuff
| } catch (SomeEjbException e) {
| throw new SomeJsfUserFriendlyException("some reason", e);
| }
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193190#4193190
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193190
More information about the jboss-user
mailing list