Package io.temporal.client
Class WorkflowServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.temporal.failure.TemporalException
-
- io.temporal.client.WorkflowException
-
- io.temporal.client.WorkflowServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public class WorkflowServiceException extends WorkflowException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowServiceException(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
-
-