public class

ExceptionNotification

extends ClientNotification
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.events.ClientNotification
     ↳ com.pnfsoftware.jeb.core.events.ExceptionNotification

Class Overview

A special type of ClientNotification, used to report (forward) exceptions or errors to the client(s).

Summary

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

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 int getFlags ()

public Throwable getThrowable ()