Class DateReminderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.datereminder.exception.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 Summary
Constructors Constructor Description DateReminderException(String msg)
Constructs an instance ofDateReminderException
with the specified detail message.DateReminderException(String message, Throwable cause)
Constructs an instance ofDateReminderException
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
-
DateReminderException
public DateReminderException(String msg)
Constructs an instance ofDateReminderException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-