Yep (axis 1.1) - have you tried the samples.faults package in the axis / samples ?
/t > Has anyone written user defined Exceptions, extending the > java.lang.Exception class and successfully thrown them from the server > side > and caught them at the client side? Currently, whenever I try to throw a > user defined exception, I get this message on the client side, wrapped in > a > SOAPFaultException....Note, the rest of the web service works fine, just > the > exception throwing and catching part.