Class NotificationException

  • All Implemented Interfaces:
    Serializable

    public class NotificationException
    extends Exception
    Exception specific to the notifications module.
    Since:
    9.2RC1
    Version:
    $Id: 6b369ecc5e365891028df340ad570d29c87c6de9 $
    See Also:
    Serialized Form
    • Constructor Detail

      • NotificationException

        public NotificationException​(String message)
        Construct a NotificationException.
        Parameters:
        message - the detail message
      • NotificationException

        public NotificationException​(String message,
                                     Throwable cause)
        Construct a NotificationException.
        Parameters:
        message - the detail message
        cause - the cause