try {
Service3Interface proxy =
(Service3Interface) RMIClientProxy.createProxy(Service3Interface.class,
this.configurator,
"http://localhost:8080/axis2/services/Service3");
proxy.method3(5);
} catch (AxisFault axisFault) {
axisFault.printStackTrace();
} catch (Exception3 exception3) {
System.out.println("Got the exception 3");
} catch (Exception2 exception2) {