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

StartLimitExceededException made public and moved to core package. The constructor changed to simply accept string.
This commit is contained in:
robokaso
2008-03-19 09:31:10 +00:00
parent 16f0b60532
commit 1851025c54
4 changed files with 15 additions and 16 deletions

View File

@@ -28,6 +28,7 @@ import org.springframework.batch.core.JobExecutionException;
import org.springframework.batch.core.JobInstance;
import org.springframework.batch.core.JobInterruptedException;
import org.springframework.batch.core.JobParameters;
import org.springframework.batch.core.StartLimitExceededException;
import org.springframework.batch.core.Step;
import org.springframework.batch.core.StepExecution;
import org.springframework.batch.core.UnexpectedJobExecutionException;