Package com.uber.cadence.client
Class WorkflowQueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.uber.cadence.client.WorkflowException
-
- com.uber.cadence.client.WorkflowQueryException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
WorkflowQueryRejectedException
public class WorkflowQueryException extends WorkflowException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowQueryException(WorkflowExecution execution, java.lang.String message)
-
Method Summary
-
Methods inherited from class com.uber.cadence.client.WorkflowException
getExecution, getWorkflowType
-
-
-
-
Constructor Detail
-
WorkflowQueryException
public WorkflowQueryException(WorkflowExecution execution, java.lang.String message)
-
-