Class ScheduleNotFoundException

All Implemented Interfaces:
Serializable

public class ScheduleNotFoundException extends NotFoundException
See Also:
  • Constructor Details

    • ScheduleNotFoundException

      public ScheduleNotFoundException()
    • ScheduleNotFoundException

      public ScheduleNotFoundException(String message)
    • ScheduleNotFoundException

      public ScheduleNotFoundException(String message, Throwable cause)
    • ScheduleNotFoundException

      public ScheduleNotFoundException(Throwable cause)
    • ScheduleNotFoundException

      public ScheduleNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)