Class ActivitiErrorEventImpl

    • Field Detail

      • errorId

        protected java.lang.String errorId
      • errorCode

        protected java.lang.String errorCode
    • Constructor Detail

    • Method Detail

      • setErrorId

        public void setErrorId​(java.lang.String errorId)
      • setErrorCode

        public void setErrorCode​(java.lang.String errorCode)
      • getErrorCode

        public java.lang.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.