Class SchedulerException.InvalidCronExpression

All Implemented Interfaces:
Serializable
Enclosing class:
SchedulerException

public static class SchedulerException.InvalidCronExpression extends SchedulerException
Exception indicates that CRON expression is invalid.
See Also:
  • Constructor Details

    • InvalidCronExpression

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

      public InvalidCronExpression(SchedulerException.InvalidCronExpression 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