Class ScheduleException

All Implemented Interfaces:
Serializable

public class ScheduleException extends RuntimeException
Thrown when a Schedule encounters an error.
See Also:
  • Constructor Details

    • ScheduleException

      public ScheduleException(String message, Throwable cause)
    • ScheduleException

      public ScheduleException(String message)
    • ScheduleException

      public ScheduleException(Throwable cause)
    • ScheduleException

      public ScheduleException()