Class Retry.RetryExceptionally<RetryT extends java.lang.Exception>

  • Enclosing class:
    Retry

    public static final class Retry.RetryExceptionally<RetryT extends java.lang.Exception>
    extends java.lang.Object
    Returned by Retry.RetryWithBackoff.retryingOn(Class) to add the type of exception that should result in a retry. Any subtype of this exception will be retried unless the subtype is passed to throwingOn(Class).