Class StepDoesNotExistException

    • Constructor Detail

      • StepDoesNotExistException

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

        public StepDoesNotExistException​(Throwable cause,
                                         String operation,
                                         Job currentJob)
        The JobChain does not contain the requested step
        Parameters:
        cause - The originating exception, null if this is the originating exception
        operation - Must be "previous" or "next"
        currentJob - The current job