Class NotificationFactoryException

    • Constructor Detail

      • NotificationFactoryException

        public NotificationFactoryException()

        Constructor for NotificationFactoryException.

      • NotificationFactoryException

        public NotificationFactoryException​(String message)

        Constructor for NotificationFactoryException.

        Parameters:
        message - a String object.
      • NotificationFactoryException

        public NotificationFactoryException​(String message,
                                            Throwable rootCause)

        Constructor for NotificationFactoryException.

        Parameters:
        message - a String object.
        rootCause - a Throwable object.
      • NotificationFactoryException

        public NotificationFactoryException​(Throwable rootCause)

        Constructor for NotificationFactoryException.

        Parameters:
        rootCause - a Throwable object.
    • Method Detail

      • getRootCause

        public Throwable getRootCause()

        Getter for the field rootCause.

        Returns:
        a Throwable object.