JBoss Community

Re: Hide JBoss internal exceptions from the client

created by Frank Ulbricht in JBoss AS 7 Development - View the full discussion

I tried it by using an intercepter that intercepts any exception and transforms it into some usefull exception (e.g. with an error code for our support team) without adding the cause. Works fine for exceptions thrown WITHIN the method. Any container exception (e.g. PersistenceException) will be thrown AFTER my interceptor was invoked. So, still no luck...

 

Regards,

Frank.

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community