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()
209 Throwable lastThrowable = null; in runWithRetries() local217 lastThrowable = th; in runWithRetries()222 throw lastThrowable; in runWithRetries()