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:
robokaso
2008-03-19 12:31:08 +00:00
parent 1851025c54
commit 30d6e80af7

View File

@@ -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 {