public final class WorkflowQueryRejectedException extends WorkflowQueryException
Constructor and Description |
---|
WorkflowQueryRejectedException(io.temporal.api.common.v1.WorkflowExecution execution,
java.lang.String workflowType,
io.temporal.api.enums.v1.QueryRejectCondition queryRejectCondition,
io.temporal.api.enums.v1.WorkflowExecutionStatus workflowExecutionStatus,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
io.temporal.api.enums.v1.QueryRejectCondition |
getQueryRejectCondition() |
io.temporal.api.enums.v1.WorkflowExecutionStatus |
getWorkflowExecutionStatus() |
getExecution, getMessage, getWorkflowType
public WorkflowQueryRejectedException(io.temporal.api.common.v1.WorkflowExecution execution, java.lang.String workflowType, io.temporal.api.enums.v1.QueryRejectCondition queryRejectCondition, io.temporal.api.enums.v1.WorkflowExecutionStatus workflowExecutionStatus, java.lang.Throwable cause)