Class SchedulerException

    • Constructor Detail

      • SchedulerException

        public SchedulerException​(String aMessage)
        Constructs a SchedulerException with the specified message.
        Parameters:
        aMessage - the message about that exception.
      • SchedulerException

        public SchedulerException​(Throwable cause)
        Constructs a SchedulerException with the specified cause.
        Parameters:
        cause - the exception that caused this one.
      • SchedulerException

        public SchedulerException​(String message,
                                  Throwable cause)
        Constructs a SchedulerException with the specified message and cause.
        Parameters:
        message - a message about that exception.
        cause - the exception that caused this one.