| 
||||||||||
| 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.figure8.join.services.notification.NotificationException
public class NotificationException
Base class for notification related exceptions.
| Constructor Summary | |
|---|---|
NotificationException(java.lang.String msg)
Creates a new instance of NotificationException.  | 
|
NotificationException(java.lang.String msg,
                      java.lang.Throwable cause)
Creates a new instance of NotificationException.  | 
|
NotificationException(java.lang.Throwable cause)
Creates a new instance of NotificationException.  | 
|
| Method Summary | 
|---|
| 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 NotificationException(java.lang.String msg)
msg - Message for this exceptionpublic NotificationException(java.lang.Throwable cause)
cause - Root throwable for this exception
public NotificationException(java.lang.String msg,
                             java.lang.Throwable cause)
msg - Message for this exceptioncause - Root throwable for this exception
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||