Class JobParametersInvalidException

All Implemented Interfaces:
Serializable

public class JobParametersInvalidException extends JobExecutionException
Exception for Job to signal that some JobParameters are invalid.
Author:
Dave Syer, Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • JobParametersInvalidException

      public JobParametersInvalidException(String msg)
      Constructor that sets the message for the exception.
      Parameters:
      msg - The String message for the Exception.