365366367368369370371372373374375
} } } else if (lookupResponse.isJobAborting()) { if (reportException) { throw new CancelTaskException(); } else { return null; } } else if (lookupResponse.receiverNotFound()) {