Class JobParametersConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.converter.JobParametersConversionException
- All Implemented Interfaces:
Serializable
Exception to report an error when converting job parameters.
- Since:
- 5.0
- Author:
- Mahmoud Ben Hassine
- See Also:
-
Constructor Summary
ConstructorDescriptionJobParametersConversionException
(String message) Create a newJobParametersConversionException
.JobParametersConversionException
(String message, Throwable cause) Create a newJobParametersConversionException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobParametersConversionException
Create a newJobParametersConversionException
.- Parameters:
message
- the message of the exception
-
JobParametersConversionException
Create a newJobParametersConversionException
.- Parameters:
message
- the message of the exceptioncause
- the cause of the exception
-