public abstract class ChildWorkflowException extends DecisionException
| Constructor and Description | 
|---|
| ChildWorkflowException(String message) | 
| ChildWorkflowException(String message,
                      long eventId,
                      WorkflowExecution workflowExecution,
                      WorkflowType workflowType) | 
| ChildWorkflowException(String message,
                      Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| WorkflowExecution | getWorkflowExecution() | 
| WorkflowType | getWorkflowType() | 
| void | setWorkflowExecution(WorkflowExecution workflowExecution) | 
| void | setWorkflowType(WorkflowType workflowType) | 
getEventId, setEventIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChildWorkflowException(String message)
public ChildWorkflowException(String message, long eventId, WorkflowExecution workflowExecution, WorkflowType workflowType)
public WorkflowExecution getWorkflowExecution()
public void setWorkflowExecution(WorkflowExecution workflowExecution)
public WorkflowType getWorkflowType()
public void setWorkflowType(WorkflowType workflowType)