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

Version:
1.1.1.1
Author:
Jason Johns , OpenNMS
See Also:
Serialized Form

Constructor Summary
NotificationFactoryException()
           
NotificationFactoryException(String message)
           
NotificationFactoryException(String message, Throwable rootCause)
           
NotificationFactoryException(Throwable rootCause)
           
 
Method Summary
 Throwable getRootCause()
           
 
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()

NotificationFactoryException

public NotificationFactoryException(String message)

NotificationFactoryException

public NotificationFactoryException(String message,
                                    Throwable rootCause)

NotificationFactoryException

public NotificationFactoryException(Throwable rootCause)
Method Detail

getRootCause

public Throwable getRootCause()


Copyright © 2009. All Rights Reserved.