Class ScheduleNotFoundException

All Implemented Interfaces:
Serializable

public class ScheduleNotFoundException extends NotFoundException
Thrown when a schedule cannot be found.
See Also:
  • Constructor Details

    • ScheduleNotFoundException

      public ScheduleNotFoundException()
      Creates a new instance.
    • ScheduleNotFoundException

      public ScheduleNotFoundException(String message)
      Creates a new instance with the given message.
      Parameters:
      message - the detail message
    • ScheduleNotFoundException

      public ScheduleNotFoundException(String message, Throwable cause)
      Creates a new instance with the given message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • ScheduleNotFoundException

      public ScheduleNotFoundException(Throwable cause)
      Creates a new instance with the given cause.
      Parameters:
      cause - the cause
    • ScheduleNotFoundException

      public ScheduleNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance.
      Parameters:
      message - the detail message
      cause - the cause
      enableSuppression - whether suppression is enabled
      writableStackTrace - whether the stack trace is writable