> Axis now uses the <details> element in the fault to locate the correct
> Exception class.  A table of QNames to Exception class names is kept and
> each child element of <details> is looked up in this table until we
find a
> match (or don't, then we throw an AxisFault).

Well, as I saw in source code, there's no place where other exception than
AxisFault is thrown. Axis encapsulates all exceptions with AxisFault and
it always contains only stack trace of cause exception.

MJS

Reply via email to