org.opennms.web.notification
Class NotificationFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.web.notification.NotificationFactoryException
All Implemented Interfaces:
Serializable

public class NotificationFactoryException
extends 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

Constructor Summary
NotificationFactoryException()
          Constructor for NotificationFactoryException.
NotificationFactoryException(String message)
          Constructor for NotificationFactoryException.
NotificationFactoryException(String message, Throwable rootCause)
          Constructor for NotificationFactoryException.
NotificationFactoryException(Throwable rootCause)
          Constructor for NotificationFactoryException.
 
Method Summary
 Throwable getRootCause()
          Getter for the field rootCause.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(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.


Copyright © 2011. All Rights Reserved.