IteratingCallback.onCompleteFailure

Invoked when the overall task has completed with a failure.

@param cause the throwable to indicate cause of failure @see #onCompleteSuccess()

class IteratingCallback
protected
void
onCompleteFailure
(
Exception cause
)

Meta