Class Overview
A special type of ClientNotification
, used to report (forward) exceptions or errors to the
client(s).
Summary
[Expand]
Inherited Methods |
From class
com.pnfsoftware.jeb.core.events.ClientNotification
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
public
static
final
int
FLAG_DNUS
Constant Value:
4
(0x00000004)
public
static
final
int
FLAG_FUPL
Constant Value:
2
(0x00000002)
public
static
final
int
FLAG_SILT
Constant Value:
1
(0x00000001)
Public Constructors
public
ExceptionNotification
(Throwable throwable, String message, int flags, Map<String, Object> extradata)
Create an error-level notification embedding a stack trace.
public
ExceptionNotification
(Throwable throwable, String message, int flags)
public
ExceptionNotification
(Throwable throwable, String message)
Public Methods
public
Map<String, Object>
getExtraData
()
public
Throwable
getThrowable
()