public static final class Retry.RetryAndThrowConditionally extends Retry.RetryAndThrowBase<java.lang.RuntimeException>
Retry.RetryExceptionally.throwingOn(Class) to add the type of exception that should cause the
method to throw right away. If any subtype of this exception occurs the method will throw it right away unless
the predicate passed to Retry.RetryWithBackoff.retryingOn(Class) says otherwiserun, runAsync, runInExecutor