Searched refs:retryableExceptions (Results 1 – 3 of 3) sorted by relevance
45 @NonNull Set<Class<? extends Exception>> retryableExceptions, in call() argument51 retryableExceptions, in call()59 Set<Class<? extends Exception>> retryableExceptions, in retry() argument67 if (!isExceptionRetryable(e, retryableExceptions)) { in retry()87 retryableExceptions, in retry()102 Exception exception, Set<Class<? extends Exception>> retryableExceptions) {103 for (Class<? extends Exception> clazz : retryableExceptions) {
36 Set<Class<? extends Exception>> retryableExceptions, in call() argument
33 Set<Class<? extends Exception>> retryableExceptions, in call() argument