Class DateReminderException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    DateReminderValidationException

    public class DateReminderException
    extends org.silverpeas.kernel.SilverpeasException
    The exception for all normal errors occuring with the DateReminder API and for which the client requires to perform a dedicated action.
    Author:
    Cécile Bonin
    See Also:
    Serialized Form
    • 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.