It is strange that you could catch your own exception, because as far as I know
custom exception handling is not implemented neither in beta3 nor in 1.0. :(
(I may have miss something myself though)

> hi,
> i have a client which works on wsdl generated files.
> the stub method i am calling throws a custom exception
> produced on the server side:
> 
> public org.company.MyExcp askSomething(String question throws 
> java.rmi.RemoteException, org.company.MyExcp;
> 
> i was able to catch this exception prior to axis 1.0,
> but since i moved to axis 1.0 it always turns out as a 
> AxisFault instead of org.company.MyExcp.
> 
> did i miss something between beta 3 and 1.0 ?
> does anyone have an idea where to start looking?

Reply via email to