7475767778798081828384
throw e; } catch (ConversionException e) { throw e; } catch (Exception e) { if (times == 0) { throw new RiakRetryFailedException(e); } else { return attempt(command, --times); } } }
throw e; } catch (ConversionException e) { throw e; } catch (Exception e) { if (times == 0) { throw new RiakRetryFailedException(e); } else { return attempt(command, times - 1); } } }