Searched refs:retriableExceptions (Results 1 – 1 of 1) sorted by relevance
45 private final ImmutableSet<Class<? extends Exception>> retriableExceptions; field in ExceptionHandler83 private final ImmutableSet.Builder<Class<? extends Exception>> retriableExceptions = field in ExceptionHandler.Builder112 retriableExceptions.add(checkNotNull(exception)); in retryOn()170 retriableExceptions = builder.retriableExceptions.build(); in ExceptionHandler()173 Sets.intersection(retriableExceptions, nonRetriableExceptions).isEmpty(), in ExceptionHandler()175 for (Class<? extends Exception> exception : retriableExceptions) { in ExceptionHandler()270 return Objects.hash(interceptors, retriableExceptions, nonRetriableExceptions, retryInfo); in hashCode()283 && Objects.equals(retriableExceptions, other.retriableExceptions) in equals()