Class PlanningException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.server.services.taskassigning.runtime.command.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 Summary
Constructors Constructor Description PlanningException(String message, String containerId, org.kie.server.api.model.taskassigning.PlanningExecutionResult.ErrorCode code)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.server.api.model.taskassigning.PlanningExecutionResult.ErrorCodegetCode()StringgetContainerId()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getCode
public org.kie.server.api.model.taskassigning.PlanningExecutionResult.ErrorCode getCode()
-
getContainerId
public String getContainerId()
-
-