Class ActivitiErrorEventImpl

All Implemented Interfaces:
ActivitiActivityEvent, ActivitiErrorEvent, ActivitiEvent

public class ActivitiErrorEventImpl extends ActivitiActivityEventImpl implements ActivitiErrorEvent
Implementation of an ActivitiErrorEvent.
  • Field Details

    • errorId

      protected String errorId
    • errorCode

      protected String errorCode
  • Constructor Details

  • Method Details

    • getErrorId

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

      public void setErrorId(String errorId)
    • setErrorCode

      public void setErrorCode(String errorCode)
    • getErrorCode

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