Class JobFormatException

All Implemented Interfaces:
Serializable

public class JobFormatException extends AbstractCheckedException
Thrown when the definition of the job is not valid.
See Also:
  • Constructor Details

    • JobFormatException

      public JobFormatException(String message)
      Construct a JobFormatException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by AbstractCheckedException.getMessage()).