![]() | |
Infosoft. |
Class | Description | |
---|---|---|
![]() | InvalidCronExpressionFault | A fault indicating that a given cron expression was invalid (also used if no cron expression was given). |
![]() | InvalidJobParametersFault | A fault indicating that invalid or insufficient job parameters were passed to a job. |
![]() | InvalidSchedulableJobFault | A fault indicating that an invalid schedulable job has been given. |
![]() | InvalidScheduleIntervalFault | A fault indicating that the scheduler has been given an interval that isn't greater than zero. |
![]() | InvalidSchedulePeriodFault | A fault indicating that the schedule has an invalid period, e.g. if the end time is before the start time. |
![]() | InvalidSchedulerStateFault | A fault indicating that the state of the scheduler is invalid for the current operation context. Typically this happens if you try to set the scheduler into the "unknown" state. |
![]() | SchedulableJobMissingFault | A fault indicating that a schedulable job is missing in the underlying data store. |
![]() | TriggerAlreadyExistsFault | A fault indicating that a trigger already exists with some given name. |
![]() | TriggerValidationFault | A fault indicating that a trigger failed to validate for some generic reason. |