Class JobFileNotYetPersistedException

  • All Implemented Interfaces:
    ExceptionData, Serializable

    @Generated("build/redwood/jbs/generated-exceptions/Exceptions.java.tmpl")
    public class JobFileNotYetPersistedException
    extends com.redwood.scheduler.api.exception.JobFileException
    The user attempts read from a new jobfile that has not been persisted yet
    See Also:
    Serialized Form
    • Constructor Detail

      • JobFileNotYetPersistedException

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

        public JobFileNotYetPersistedException​(Throwable cause,
                                               String exceptionMessage)
        The user attempts read from a new jobfile that has not been persisted yet
        Parameters:
        cause - The originating exception, null if this is the originating exception
        exceptionMessage - The message of root exception