public static final class Retry.RetryAndThrowExceptionally<RetryT extends java.lang.Exception,ThrowsT extends java.lang.Exception> extends Retry.RetryAndThrowBase<ThrowsT>
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
that subtype was passed as the RetryType to Retry.RetryWithBackoff.retryingOn(Class)run, runAsync, runInExecutor