Class DateReminderValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.datereminder.exception.DateReminderException
-
- org.silverpeas.core.datereminder.exception.DateReminderValidationException
-
- All Implemented Interfaces:
Serializable
public class DateReminderValidationException extends DateReminderException
An exception that is thrown when a date reminder validation fails.- Author:
- Cécile Bonin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DateReminderValidationException(String msg)
Constructs an instance ofDateReminderValidationException
with the specified detail message.DateReminderValidationException(String message, Throwable cause)
Constructs an instance ofDateReminderValidationException
with the specified detail message and with the specified cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DateReminderValidationException
public DateReminderValidationException(String msg)
Constructs an instance ofDateReminderValidationException
with the specified detail message.- Parameters:
msg
- the detail message.
-
DateReminderValidationException
public DateReminderValidationException(String message, Throwable cause)
Constructs an instance ofDateReminderValidationException
with the specified detail message and with the specified cause.- Parameters:
message
- the detail message.cause
- the cause of this exception.
-
-