org.jclouds.rest.functions
Interface PropagateIfRetryAfter

All Superinterfaces:
com.google.common.base.Function<Throwable,Void>
All Known Implementing Classes:
HeaderToRetryAfterException

public interface PropagateIfRetryAfter
extends com.google.common.base.Function<Throwable,Void>

propagates as RetryAfterException if a Throwable contains information such as a retry offset.

Author:
Adrian Cole

Method Summary
 
Methods inherited from interface com.google.common.base.Function
apply, equals
 



Copyright © 2009-2013 jclouds. All Rights Reserved.