101102103104105106107
return result; } protected void handleException(String message, Throwable e) throws RpcException { logException(message, e); throw new RpcException(message, e); }