Class ExceptionNotification

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

public class ExceptionNotification extends ClientNotification
A special type of ClientNotification, used to report (forward) exceptions or errors to the client(s).
  • Field Details

  • Constructor Details

    • ExceptionNotification

      public ExceptionNotification(Throwable throwable, String message, int flags, Map<String,Object> extradata)
      Create an error-level notification embedding a stack trace.
      Parameters:
      throwable -
      message -
      flags -
      extradata -
    • ExceptionNotification

      public ExceptionNotification(Throwable throwable, String message, int flags)
    • ExceptionNotification

      public ExceptionNotification(Throwable throwable, String message)
  • Method Details

    • getThrowable

      public Throwable getThrowable()
    • getFlags

      public int getFlags()
    • getExtraData

      public Map<String,Object> getExtraData()