Package com.uber.cadence.client
Class WorkflowServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.uber.cadence.client.WorkflowException
-
- com.uber.cadence.client.WorkflowServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public final class WorkflowServiceException extends WorkflowException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowServiceException(WorkflowExecution execution, java.util.Optional<java.lang.String> workflowType, java.lang.Throwable failure)
-
Method Summary
-
Methods inherited from class com.uber.cadence.client.WorkflowException
getExecution, getWorkflowType
-
-
-
-
Constructor Detail
-
WorkflowServiceException
public WorkflowServiceException(WorkflowExecution execution, java.util.Optional<java.lang.String> workflowType, java.lang.Throwable failure)
-
-