Class JobExecutionNotFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.batch.core.job.JobExecutionException
org.springframework.batch.core.launch.JobExecutionNotFailedException
- All Implemented Interfaces:
Serializable
@Deprecated(since="6.0",
forRemoval=true)
public class JobExecutionNotFailedException
extends JobExecutionException
Deprecated, for removal: This API element is subject to removal in a future version.
Checked exception to indicate that user asked for a job execution to be resumed when
actually it didn't fail.
- Author:
- Dave Syer, Mahmoud Ben Hassine
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Create an exception with the given message.Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobExecutionNotFailedException
Deprecated, for removal: This API element is subject to removal in a future version.Create an exception with the given message.- Parameters:
msg- the error message.
-
JobExecutionNotFailedException
-
JobRestartExceptionwith a specific message. Scheduled for removal in 6.2.