Class NotificationException

  • All Implemented Interfaces:
    Serializable

    public class NotificationException
    extends SilverpeasException
    Exception thrown when an error occurs while preparing, sending, or treating a notification in Silverpeas.
    See Also:
    Serialized Form
    • Constructor Detail

      • NotificationException

        public NotificationException​(String message,
                                     String... parameters)
      • NotificationException

        public NotificationException​(String message,
                                     Throwable cause)
      • NotificationException

        public NotificationException​(Throwable cause)