// TODO: improve post-processing cleaning
List filesToBeDeleted = new ArrayList();
executeCommand(cmd, job, parameters, filesToBeDeleted);
} catch (Throwable e) {
throw new JobExecutionException("An error occurred while starting up java command execution for job [" + job.getName() + "]", e);
}
}