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