Class DefinedProcessErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.automatiko.engine.api.workflow.DefinedProcessErrorException
All Implemented Interfaces:
Serializable

public class DefinedProcessErrorException extends RuntimeException
Thrown when there is error end node defined in the process
See Also:
  • Constructor Details

    • DefinedProcessErrorException

      public DefinedProcessErrorException(String processInstanceId, String errorCode, Object error)
  • Method Details

    • getProcessInstanceId

      public String getProcessInstanceId()
      Returns process instance id of the instance that failed.
      Returns:
      process instance id
    • getErrorCode

      public String getErrorCode()
    • getError

      public Object getError()