An hour ago :-) I had a single exception class with an @WebFault. And when my service threw that exception, the client dutifully constructed one of those objects and threw it.
Just now, I create a base class for that exception, and I ALSO gave it an @WebFault. Now I get a plain Soap Fault exception. I don't get the base class, and I don't get the derived class.
