Exception problem

2004-06-29 Thread Henning Mersch
Hi * ! I have a problem throwing an exception, which extends AxisFault. When this exception is located in a external JAR, I get on client side: soapfault: "soapenv:Server.userException" soapdescription: :"java.lang.reflect.InvocationTargetException" including the SAME exception (just changing p

Re: NEWBIE: Custom exception problem

2003-07-24 Thread Benedick Mark Chan
] ; Benedick Mark Chan Sent: Thursday, July 24, 2003 9:27 PM Subject: RE: NEWBIE: Custom exception problem I think your exception class does not have to extend Axis Fault. You have to Use AXIS 1.1.   Thanks, Subehndu   -Original Message-From: Benedick

RE: NEWBIE: Custom exception problem

2003-07-24 Thread Subhendu Kumar mohanty
exception problem   Hello,       I have created a custom exception in my server that extends AxisFault. In my client, I catched the custom exception.   Server throws CustomException ()   Client: try { } catch (CustomException e) { } catch

NEWBIE: Custom exception problem

2003-07-23 Thread Benedick Mark Chan
Hello,       I have created a custom exception in my server that extends AxisFault. In my client, I catched the custom exception.   Server throws CustomException ()   Client: try { } catch (CustomException e) { } catch (AxisFault e) { }   Why is it that in my client code, the custom exception