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() |
getEventId
protected ChildWorkflowException(java.lang.String message, long eventId, WorkflowExecution workflowExecution, WorkflowType workflowType)
public WorkflowExecution getWorkflowExecution()
public WorkflowType getWorkflowType()