There was a reply on the list not so long ago that suggested subclassing AxisFault and throwing that instead of a normal exception. I've tried that, but can't figure out how to get rid of the faultDetails. I've tried putting "setFaultDetail(null);" and "setFaultDetailString("");" in the subclass's constructor, but that didn't seem to make any difference at all. The API docs on these methods are all but silent. Can anyone point me in the right direction, or will I just have to learn to put up with overly-verbose stack traces?
Cheers, -Josh Emmons
