public class ChildWorkflowTaskFailedException
extends java.lang.RuntimeException
Constructor and Description |
---|
ChildWorkflowTaskFailedException(long eventId,
WorkflowExecution workflowExecution,
WorkflowType workflowType,
java.lang.String reason,
byte[] details) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getDetails() |
long |
getEventId() |
java.lang.String |
getReason() |
WorkflowExecution |
getWorkflowExecution() |
WorkflowType |
getWorkflowType() |
public ChildWorkflowTaskFailedException(long eventId, WorkflowExecution workflowExecution, WorkflowType workflowType, java.lang.String reason, byte[] details)
public long getEventId()
public WorkflowExecution getWorkflowExecution()
public WorkflowType getWorkflowType()
public byte[] getDetails()
public java.lang.String getReason()