Class ScheduleNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ScheduleNotFoundException
    extends AbstractCheckedException
    Thrown when the specified schedule is not found or the user does not have access to the schedule.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ScheduleNotFoundException​(java.lang.String message)
      The constructor
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ScheduleNotFoundException

        public ScheduleNotFoundException​(java.lang.String message)
        The constructor
        Parameters:
        message - detailed message.