if (job == null) {
log.severe ("Job " + jobId + " has exited but no longer exists in the job map");
}
else {
try {
resultChannel.sendException (new JobCanceledException (), jobId);
}
catch (RemoteException e) {
this.logError (jobId, "Unable to sends results of job to result channel");
}
}