|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opennms.web.notification.NotificationFactoryException
public class NotificationFactoryException
This exception is used to indicate that the NotificationFactory had a problem
| 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 |
|---|
public NotificationFactoryException()
Constructor for NotificationFactoryException.
public NotificationFactoryException(String message)
Constructor for NotificationFactoryException.
message - a String object.
public NotificationFactoryException(String message,
Throwable rootCause)
Constructor for NotificationFactoryException.
message - a String object.rootCause - a Throwable object.public NotificationFactoryException(Throwable rootCause)
Constructor for NotificationFactoryException.
rootCause - a Throwable object.| Method Detail |
|---|
public Throwable getRootCause()
Getter for the field rootCause.
Throwable object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||