Class WorkItemHandlerRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.automatiko.engine.workflow.bpmn2.handler.WorkItemHandlerRuntimeException
All Implemented Interfaces:
Serializable

public class WorkItemHandlerRuntimeException extends RuntimeException
This exception provides extra information about the WorkItemHandler operation called to catchers of this exception. It is only meant to be thrown from a WorkItemHandler instance method.
See Also:
  • Field Details

  • Constructor Details

    • WorkItemHandlerRuntimeException

      public WorkItemHandlerRuntimeException(Throwable cause, String message)
    • WorkItemHandlerRuntimeException

      public WorkItemHandlerRuntimeException(Throwable cause)
  • Method Details

    • setInformation

      public void setInformation(String informationName, Object information)
    • getInformationMap

      public Map<String,Object> getInformationMap()