Class BadCronExpressionException

    • Constructor Detail

      • BadCronExpressionException

        protected BadCronExpressionException​(String errorMessage,
                                             Object... stringFormatArgs)
        Build a new instance.
        Parameters:
        errorMessage - The error message format
        stringFormatArgs - The arguments for the error message format
      • BadCronExpressionException

        protected BadCronExpressionException​(BadCronExpressionException causeException,
                                             String errorMessage,
                                             Object... stringFormatArgs)
        Build a new instance.
        Parameters:
        causeException - The root exception
        errorMessage - The error message
        stringFormatArgs - The arguments for the error message format