Class JobParametersConversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.core.converter.JobParametersConversionException
All Implemented Interfaces:
Serializable

public class JobParametersConversionException extends RuntimeException
Exception to report an error when converting job parameters.
Since:
5.0
Author:
Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • JobParametersConversionException

      public JobParametersConversionException(String message)
      Parameters:
      message - the message of the exception
    • JobParametersConversionException

      public JobParametersConversionException(String message, Throwable cause)
      Parameters:
      message - the message of the exception
      cause - the cause of the exception