120121122123124125126127128
} if (response.getSeq().compareTo(seq) != 0) { throw new GoRpcException("sequence number mismatch"); } if (response.getError() != null) { throw new ApplicationException(response.getError()); } return response; }