Class TooManyJobGroupsToForecastException

  • All Implemented Interfaces:
    ExceptionData, Serializable

    @Generated("build/redwood/jbs/generated-exceptions/Exceptions.java.tmpl")
    public class TooManyJobGroupsToForecastException
    extends com.redwood.scheduler.api.exception.SchedulerAPIException
    We do not allow forecasting more than 5000 job groups.
    See Also:
    Serialized Form
    • Constructor Detail

      • TooManyJobGroupsToForecastException

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

        public TooManyJobGroupsToForecastException​(Throwable cause)
        We do not allow forecasting more than 5000 job groups.
        Parameters:
        cause - The originating exception, null if this is the originating exception