V - the result type of the backup value@Beta
public interface Fallback<V>
extends com.google.common.util.concurrent.FutureFallback<V>
FutureFallback| Modifier and Type | Method and Description | 
|---|---|
V | 
createOrPropagate(Throwable t)
The exception is provided so that the  
Fallback implementation can
 conditionally determine whether to propagate the exception or to attempt
 to recover. | 
Copyright © 2009-2013 jclouds. All Rights Reserved.