|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.commons.lang.exception.NestableException
|
+--com.generationjava.lang.NotifierException
Exception thrown when something goes wrong in notifying.
| Field Summary |
| Fields inherited from class org.apache.commons.lang.exception.NestableException |
delegate |
| Constructor Summary | |
NotifierException()
Constructs a new NotifierException without specified
detail message. |
|
NotifierException(java.lang.String msg)
Constructs a new NotifierException with specified
detail message. |
|
NotifierException(java.lang.String msg,
java.lang.Throwable rootCause)
Constructs a new NotifierException with specified
detail message and nested Throwable root cause. |
|
NotifierException(java.lang.Throwable rootCause)
Constructs a new NotifierException with specified
nested Throwable root cause. |
|
| Methods inherited from class org.apache.commons.lang.exception.NestableException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, 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(java.lang.String msg)
Constructs a new NotifierException with specified
detail message.
msg - the error message.public NotifierException(java.lang.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(java.lang.String msg,
java.lang.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 | ||||||||||