You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Krthekeyan Suriyanarayanan <s....@verchaska.com> on 2005/03/23 08:26:46 UTC

Business Exception handling in SWA , Axis

Hi All,
I am implementing a service using SWA . I would like to implement
exception handling mechanisms( including business exceptions)
Can I use axis FauldHandler to catch business exceptions that occur in
service . Or Generating a message and send a mail later async.ly to the
service invoker about the errors and exceptions occured. what would be
the right solution.
Thanks