155156157158159160161162163
} result = result1; } catch (final SignatureException e) { throw new RpcException(e); } catch (final TimeoutException e) { throw new RpcTimeoutException(e.getMessage()); } return result; }
361362363364365366367368369370371
mbox.close(); } } if (res == null) { final String msg = env != null ? env : "??"; throw new RpcTimeoutException(msg); } if (!(res instanceof OtpErlangTuple)) { throw new RpcException(res.toString()); } final OtpErlangTuple t = (OtpErlangTuple) res;