Class ZeebeBpmnError

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.camunda.zeebe.spring.common.exception.ZeebeBpmnError
All Implemented Interfaces:
Serializable

public class ZeebeBpmnError extends RuntimeException
Indicates an error in sense of BPMN occured, that should be handled by the BPMN process, see https://docs.camunda.io/docs/reference/bpmn-processes/error-events/error-events/
See Also:
  • Constructor Details

  • Method Details

    • getErrorMessage

      public String getErrorMessage()
    • getErrorCode

      public String getErrorCode()
    • getVariables

      public Map<String,Object> getVariables()