Class InvalidContentTypeException

  • All Implemented Interfaces:
    ExceptionData, Serializable

    @Generated("build/redwood/jbs/generated-exceptions/Exceptions.java.tmpl")
    public class InvalidContentTypeException
    extends com.redwood.scheduler.api.exception.JobFileException
    An invalid line range has been specified.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidContentTypeException

        protected InvalidContentTypeException​(String newErrorCode,
                                              String messageFormat,
                                              Throwable cause,
                                              Object[] exceptionDataEN,
                                              Object[] exceptionData)
      • InvalidContentTypeException

        public InvalidContentTypeException​(Throwable cause,
                                           JobFile jobFile)
        An invalid line range has been specified.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        jobFile - Job-File being read from.