Class PlanningException

  • All Implemented Interfaces:
    Serializable

    public class PlanningException
    extends RuntimeException
    Helper class intended to be used by the TaskAssigningRuntimeServiceBase and planning execution.
    See Also:
    Serialized Form
    • Constructor Detail

      • PlanningException

        public PlanningException​(String message,
                                 String containerId,
                                 org.kie.server.api.model.taskassigning.PlanningExecutionResult.ErrorCode code)
    • Method Detail

      • getCode

        public org.kie.server.api.model.taskassigning.PlanningExecutionResult.ErrorCode getCode()
      • getContainerId

        public String getContainerId()