}
}
return result.get();
}
catch (SocketException se) {
throw new RemoteAccessException(se);
}
catch (RemoteException re) {
throw new RemoteAccessException(re);
}
catch (org.springframework.remoting.RemoteAccessException re) {
throw new RemoteAccessException(re);
}
catch (Throwable t) {
if (t instanceof RuntimeException) {
throw (RuntimeException)t;
}