@FunctionalInterface
public interface FailureCallback
ListenableFuture.| Modifier and Type | Method and Description | 
|---|---|
void | 
onFailure(java.lang.Throwable ex)
Called when the  
ListenableFuture completes with failure. | 
void onFailure(java.lang.Throwable ex)
ListenableFuture completes with failure.
 Note that Exceptions raised by this method are ignored.
ex - the failure