Package io.temporal.client
Class WorkflowQueryRejectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.temporal.failure.TemporalException
-
- io.temporal.client.WorkflowException
-
- io.temporal.client.WorkflowQueryException
-
- io.temporal.client.WorkflowQueryRejectedException
-
- All Implemented Interfaces:
java.io.Serializable
public final class WorkflowQueryRejectedException extends WorkflowQueryException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.temporal.api.enums.v1.QueryRejectCondition
getQueryRejectCondition()
io.temporal.api.enums.v1.WorkflowExecutionStatus
getWorkflowExecutionStatus()
-
Methods inherited from class io.temporal.client.WorkflowException
getExecution, getMessage, getWorkflowType
-
-
-
-
Constructor Detail
-
WorkflowQueryRejectedException
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)
-
-