Thanks Dan, 
you were right - it was "hiding" under the getCause. 
Not sure, though, it puts me closer to the target. I'm trying it accomplish
the following:
Instead of coding like:
@WebMethod void foo() throws MyCustomGenericWebFault
{
   try {
       ... do something
   }
   catch (Exception e) {
       translate e to MyCustomGenericWebFault and throw 
   }
}

i'd like to provide an interceptor which does the same. But how? Should I
tamper with the SoapMessage? Or throw another Fault?





--
View this message in context: 
http://cxf.547215.n5.nabble.com/generic-exception-handling-tp5675691p5677519.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to