public interface FailureCallback
ListenableFuture
.Modifier and Type | Method and Description |
---|---|
void |
onFailure(java.lang.Throwable ex)
Called when the
ListenableFuture fails to complete. |
void onFailure(java.lang.Throwable ex)
ListenableFuture
fails to complete.ex
- the exception that triggered the failure