fix exception message

pull/27/head
Mahmoud Ben Hassine 10 years ago
parent 8e3e8e21c3
commit 074daf8471

@ -29,7 +29,7 @@ class RulesEngineJob implements Job {
engine.fireRules();
}
catch (Exception e) {
throw new JobExecutionException("An exception occurred during batch engine execution", e);
throw new JobExecutionException("An exception occurred during rules engine execution", e);
}
}
}

Loading…
Cancel
Save