|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.generationjava.lang.NotifierException
Exception thrown when something goes wrong in notifying.
| Constructor Summary | |
NotifierException()
Constructs a new NotifierException without specified
detail message. |
|
NotifierException(String msg)
Constructs a new NotifierException with specified
detail message. |
|
NotifierException(String msg,
Throwable rootCause)
Constructs a new NotifierException with specified
detail message and nested Throwable root cause. |
|
NotifierException(Throwable rootCause)
Constructs a new NotifierException with specified
nested Throwable root cause. |
|
| 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 NotifierException()
Constructs a new NotifierException without specified
detail message.
public NotifierException(String msg)
Constructs a new NotifierException with specified
detail message.
msg - the error message.public NotifierException(Throwable rootCause)
Constructs a new NotifierException with specified
nested Throwable root cause.
rootCause - the Exception or Error that
caused this exception to be thrown.
public NotifierException(String msg,
Throwable rootCause)
Constructs a new NotifierException with specified
detail message and nested Throwable root cause.
msg - the error message.rootCause - the Exception or Error that
caused this exception to be thrown.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||