Hi,

I have a web service with several hundred methods, each of which may throw a RuntimeException.

I need to to do certain action (log, send email) when exception is thrown, and then to re-throw it. Is it possible to do that globally (using some kid of global exception handler), W/O nesting try-catch block in every method?

Regards,
Ognjen

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to