}
throw RmiClientInterceptorUtils.convertRmiAccessException(
invocation.getMethod(), rex, isConnectFailure, this.portQName.toString());
}
else if (targetEx instanceof JAXRPCException) {
throw new RemoteProxyFailureException("Invalid call on JAX-RPC port stub", targetEx);
}
else {
throw targetEx;
}
}