Class HeaderToRetryAfterException

java.lang.Object
org.jclouds.fallbacks.HeaderToRetryAfterException
All Implemented Interfaces:
Fallback<Object>, PropagateIfRetryAfter

@Beta public final class HeaderToRetryAfterException extends Object implements PropagateIfRetryAfter
propagates as RetryAfterException if a Throwable is an HttpResponseException with a set and a valid HttpHeaders.RETRY_AFTER header set.
See Also: