562563564565566567568569570571572
i++; } if (!exceptions.isEmpty()) { throw new ShardedDataAccessException("Got exception(s) while executing sproc on shards: " + Joiner.on(", ").join(exceptions), causes.build()); } return sprocResult; }
616617618619620621622623624625626
break; } } if (!exceptions.isEmpty()) { throw new ShardedDataAccessException("Got exception(s) while executing sproc on shards: " + Joiner.on(", ").join(exceptions), causes.build()); } return sprocResult; }