Class FlowableErrorEventImpl

All Implemented Interfaces:
FlowableEngineEvent, FlowableEvent, FlowableActivityEvent, FlowableErrorEvent, FlowableProcessEngineEvent

public class FlowableErrorEventImpl extends FlowableActivityEventImpl implements FlowableErrorEvent
Implementation of an FlowableErrorEvent.
Author:
Frederik Heremans
  • Field Details

    • errorId

      protected String errorId
    • errorCode

      protected String errorCode
  • Constructor Details

  • Method Details

    • getErrorId

      public String getErrorId()
      Specified by:
      getErrorId in interface FlowableErrorEvent
    • setErrorId

      public void setErrorId(String errorId)
    • setErrorCode

      public void setErrorCode(String errorCode)
    • getErrorCode

      public String getErrorCode()
      Specified by:
      getErrorCode in interface FlowableErrorEvent
      Returns:
      the error-code of the error. Returns null, if no specific error-code has been specified when the error was thrown.