RE: No way to get original exception from AxisFault

2002-10-25 Thread Tom Jordahl
ert Cauble [mailto:rcauble@;motive.com] Sent: Friday, October 25, 2002 2:56 PM To: [EMAIL PROTECTED] Subject: No way to get original exception from AxisFault If I have a service which throws an exception that doesn't extend AxisFault, the exception is wrapped as an AxisFault, but there doesn't s

Re: No way to get original exception from AxisFault

2002-10-25 Thread Steve Loughran
: "Robert Cauble" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 25, 2002 11:55 AM Subject: No way to get original exception from AxisFault If I have a service which throws an exception that doesn't extend AxisFault, the exception is wrapped as an AxisFa

No way to get original exception from AxisFault

2002-10-25 Thread Robert Cauble
If I have a service which throws an exception that doesn't extend AxisFault, the exception is wrapped as an AxisFault, but there doesn't seem to be any way to get the original exception. I noticed that there is an element "exceptionName" in the fault-details, but that is only set if the except