Searched refs:lastThrowable (Results 1 – 2 of 2) sorted by relevance
75 Throwable lastThrowable = null; in withRetry() local82 lastThrowable = th; in withRetry()86 if (lastThrowable != null) { in withRetry()87 throw lastThrowable; in withRetry()
194 Throwable lastThrowable = null; in runWithRetries() local202 lastThrowable = th; in runWithRetries()207 throw lastThrowable; in runWithRetries()