public abstract class ChildWorkflowException extends DecisionException
| コンストラクタと説明 |
|---|
ChildWorkflowException(java.lang.String message) |
ChildWorkflowException(java.lang.String message,
long eventId,
WorkflowExecution workflowExecution,
WorkflowType workflowType) |
ChildWorkflowException(java.lang.String message,
java.lang.Throwable cause) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
WorkflowExecution |
getWorkflowExecution() |
WorkflowType |
getWorkflowType() |
void |
setWorkflowExecution(WorkflowExecution workflowExecution) |
void |
setWorkflowType(WorkflowType workflowType) |
getEventId, setEventIdpublic ChildWorkflowException(java.lang.String message)
public ChildWorkflowException(java.lang.String message,
java.lang.Throwable cause)
public ChildWorkflowException(java.lang.String message,
long eventId,
WorkflowExecution workflowExecution,
WorkflowType workflowType)
public WorkflowExecution getWorkflowExecution()
public void setWorkflowExecution(WorkflowExecution workflowExecution)
public WorkflowType getWorkflowType()
public void setWorkflowType(WorkflowType workflowType)