Class JobInstanceAlreadyCompleteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.batch.core.JobExecutionException
org.springframework.batch.core.repository.JobInstanceAlreadyCompleteException
- All Implemented Interfaces:
Serializable
An exception indicating an illegal attempt to restart a job that was already completed
successfully.
- Author:
- Dave Syer, Mahmoud Ben Hassine
- See Also:
-
Constructor Summary
ConstructorDescription -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobInstanceAlreadyCompleteException
- Parameters:
string
- the message
-
JobInstanceAlreadyCompleteException
- Parameters:
msg
- the causet
- the message
-