Package org.bedework.sysevents
Class NotificationException
java.lang.Object
java.lang.Throwable
org.bedework.sysevents.NotificationException
- All Implemented Interfaces:
Serializable
Exception for notifications classes
- Author:
- Mike Douglass
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNotificationException(String code) NotificationException(String code, String extra) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
noActionClassName
- See Also:
-
noActionClass
- See Also:
-
notActionClass
- See Also:
-
-
Constructor Details
-
NotificationException
- Parameters:
code-
-
NotificationException
- Parameters:
code- - retrieve with getMessage(), property ameextra- String extra text
-
NotificationException
- Parameters:
t-
-
-
Method Details
-
getExtra
- Returns:
- String extra text
-
getMessageExtra
- Returns:
- String message and 'extra'
-