I have a spring org.springframework.retry.annotation.Retryable configured as below:
@Retryable(include = { WebServiceIOException.class }, maxAttempts = 3, backoff