Class NotWithinAChainException

    • Constructor Detail

      • NotWithinAChainException

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

        public NotWithinAChainException​(Throwable cause,
                                        Job job)
        This job is neither a step nor a call of a JobChain
        Parameters:
        cause - The originating exception, null if this is the originating exception
        job - The job that is not within a JobChain.