Class DateReminderValidationException

    • Constructor Detail

      • DateReminderValidationException

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

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