REOPENED - issue BATCH-472: Exceeding the start limit on a step will cause a vague exception type to be thrown.
http://jira.springframework.org/browse/BATCH-472 added throws StartLimitExceedException to SimpleJob#execute(..) javadoc
This commit is contained in:
@@ -75,6 +75,7 @@ public class SimpleJob extends AbstractJob {
|
||||
* {@link Step}.
|
||||
*
|
||||
* @see org.springframework.batch.core.Job#execute(org.springframework.batch.core.JobExecution)
|
||||
* @throws StartLimitExceededException if start limit of one of the steps was exceeded
|
||||
*/
|
||||
public void execute(JobExecution execution) throws JobExecutionException {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user