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
- Direct Known Subclasses:
WorkflowQueryConditionallyRejectedException
public 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, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class io.temporal.client.WorkflowException
getExecution, getWorkflowType
-
-