Package org.bedework.util.jms
Class NotificationException
- java.lang.Object
-
- java.lang.Throwable
-
- org.bedework.util.jms.NotificationException
-
- All Implemented Interfaces:
Serializable
public class NotificationException extends Throwable
Exception for notifications classes- Author:
- Mike Douglass
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringnoActionClassstatic StringnoActionClassNamestatic StringnotActionClass
-
Constructor Summary
Constructors Constructor Description NotificationException(String code)NotificationException(String code, String extra)NotificationException(Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExtra()StringgetMessageExtra()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
noActionClassName
public static final String noActionClassName
- See Also:
- Constant Field Values
-
noActionClass
public static final String noActionClass
- See Also:
- Constant Field Values
-
notActionClass
public static final String notActionClass
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NotificationException
public NotificationException(String code)
- Parameters:
code- an identifier
-
NotificationException
public NotificationException(String code, String extra)
- Parameters:
code- - retrieve with getMessage(), property ameextra- String extra text
-
NotificationException
public NotificationException(Throwable t)
- Parameters:
t- the exception
-
-