org.opennms.web.notification
Class NotificationFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotificationFactoryException
public NotificationFactoryException()
NotificationFactoryException
public NotificationFactoryException(String message)
NotificationFactoryException
public NotificationFactoryException(String message,
Throwable rootCause)
NotificationFactoryException
public NotificationFactoryException(Throwable rootCause)
getRootCause
public Throwable getRootCause()
Copyright © 2009. All Rights Reserved.