Class SchedulerException

All Implemented Interfaces:
Serializable

public class SchedulerException extends AppException
Exception thrown by the IScheduler to indicate that a job could not be scheduled, unscheduled or rescheduled
Since:
11.0
Author:
Petru Galanton
See Also:
  • Constructor Details

    • SchedulerException

      public SchedulerException(String message, Throwable cause)
    • SchedulerException

      public SchedulerException(String message)
    • SchedulerException

      public SchedulerException(Throwable cause)