Class JobNotFoundRuntimeException

    • Constructor Detail

      • JobNotFoundRuntimeException

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

        public JobNotFoundRuntimeException​(Throwable cause,
                                           String relativeJob,
                                           Job job,
                                           String name)
        A request was made for a job, however the job did not exist.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        relativeJob - The string that is being used to determine what job to find.
        job - The job that is used as a base point.
        name - A string representing what could not be found.