}
void onFailure(FetchException e, ClientGetter state, Bucket blob) {
logMINOR = Logger.shouldLog(LogLevel.MINOR, this);
if(logMINOR) Logger.minor(this, "Revocation fetch failed: "+e);
FetchExceptionMode errorCode = e.getMode();
boolean completed = false;
long now = System.currentTimeMillis();
if(errorCode == FetchExceptionMode.CANCELLED) {
return; // cancelled by us above, or killed; either way irrelevant and doesn't need to be restarted
}