Class NotificationFactoryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotificationFactoryException
    extends java.lang.Exception
    This exception is used to indicate that the NotificationFactory had a problem
    Since:
    1.8.1
    Version:
    1.1.1.1
    Author:
    Jason Johns , OpenNMS , Jason Johns , OpenNMS
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getRootCause()
      Getter for the field rootCause.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotificationFactoryException

        public NotificationFactoryException()

        Constructor for NotificationFactoryException.

      • NotificationFactoryException

        public NotificationFactoryException​(java.lang.String message)

        Constructor for NotificationFactoryException.

        Parameters:
        message - a String object.
      • NotificationFactoryException

        public NotificationFactoryException​(java.lang.String message,
                                            java.lang.Throwable rootCause)

        Constructor for NotificationFactoryException.

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

        public NotificationFactoryException​(java.lang.Throwable rootCause)

        Constructor for NotificationFactoryException.

        Parameters:
        rootCause - a Throwable object.
    • Method Detail

      • getRootCause

        public java.lang.Throwable getRootCause()

        Getter for the field rootCause.

        Returns:
        a Throwable object.