public abstract class ChildWorkflowException extends WorkflowOperationException
| Modifier | Constructor and Description |
|---|---|
protected |
ChildWorkflowException(java.lang.String message,
long eventId,
WorkflowExecution workflowExecution,
WorkflowType workflowType) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecution |
getWorkflowExecution() |
WorkflowType |
getWorkflowType() |
getEventIdprotected ChildWorkflowException(java.lang.String message,
long eventId,
WorkflowExecution workflowExecution,
WorkflowType workflowType)
public WorkflowExecution getWorkflowExecution()
public WorkflowType getWorkflowType()