| java.lang.Object | ||
| ↳ | com.pnfsoftware.jeb.core.events.ClientNotification | |
| ↳ | com.pnfsoftware.jeb.core.events.ExceptionNotification | |
A special type of ClientNotification, used to report (forward) exceptions or errors to the
client(s).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
ExceptionNotification(Throwable throwable, String message, int flags, Map<String, Object> extradata)
Create an error-level notification embedding a stack trace.
| |||||||||||
| ExceptionNotification(Throwable throwable, String message, int flags) | |||||||||||
| ExceptionNotification(Throwable throwable, String message) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Map<String, Object> | getExtraData() | ||||||||||
| int | getFlags() | ||||||||||
| Throwable | getThrowable() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.events.ClientNotification
| |||||||||||
From class
java.lang.Object
| |||||||||||
Create an error-level notification embedding a stack trace.