Uses of Class
org.jclouds.fallbacks.HeaderToRetryAfterException
-
Packages that use HeaderToRetryAfterException Package Description org.jclouds.fallbacks org.jclouds.openstack.nova.v2_0.handlers -
-
Uses of HeaderToRetryAfterException in org.jclouds.fallbacks
Methods in org.jclouds.fallbacks that return HeaderToRetryAfterException Modifier and Type Method Description static HeaderToRetryAfterException
HeaderToRetryAfterException. create(com.google.common.base.Ticker ticker, DateCodec dateCodec)
-
Uses of HeaderToRetryAfterException in org.jclouds.openstack.nova.v2_0.handlers
Fields in org.jclouds.openstack.nova.v2_0.handlers declared as HeaderToRetryAfterException Modifier and Type Field Description protected HeaderToRetryAfterException
NovaErrorHandler. retryAfterParser
Constructors in org.jclouds.openstack.nova.v2_0.handlers with parameters of type HeaderToRetryAfterException Constructor Description NovaErrorHandler(HeaderToRetryAfterException retryAfterParser, OverLimitParser overLimitParser)
-