Package org.silverpeas.core.notification
Class NotificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.notification.NotificationException
-
- All Implemented Interfaces:
Serializable
public class NotificationException extends org.silverpeas.kernel.SilverpeasException
Exception thrown when an error occurs while preparing, sending, or treating a notification in Silverpeas.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotificationException(String message, String... parameters)
NotificationException(String message, Throwable cause)
NotificationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-