// or the inserted data was corrupt. So we fail the entire splitfile immediately.
// We don't track which blocks have fatally failed.
if(logMINOR) Logger.minor(this, "Fatal failure: "+fe+" for "+token);
parent.fail(fe);
} else {
MyKey key = (MyKey) token;
if(key.get != storage) throw new IllegalArgumentException();
storage.onFailure(key, fe);
}
}