Class DateReminderException

    • Constructor Detail

      • DateReminderException

        public DateReminderException​(String msg)
        Constructs an instance of DateReminderException with the specified detail message.
        Parameters:
        msg - the detail message.
      • DateReminderException

        public DateReminderException​(String message,
                                     Throwable cause)
        Constructs an instance of DateReminderException with the specified detail message and with the specified cause.
        Parameters:
        message - the detail message.
        cause - the cause of this exception.