Uses of Class
org.jclouds.rest.RetryAfterException
-
Packages that use RetryAfterException Package Description org.jclouds.fallbacks -
-
Uses of RetryAfterException in org.jclouds.fallbacks
Methods in org.jclouds.fallbacks that return types with arguments of type RetryAfterException Modifier and Type Method Description com.google.common.base.Optional<RetryAfterException>
HeaderToRetryAfterException. tryCreateRetryAfterException(Throwable in, String retryAfter)
returns aRetryAfterException
if parameterretryAfter
corresponds to known formats.
-