public class StartChildWorkflowFailedException extends ChildWorkflowException
Constructor and Description |
---|
StartChildWorkflowFailedException(long eventId,
WorkflowExecution workflowExecution,
WorkflowType workflowType,
String cause) |
StartChildWorkflowFailedException(String message) |
StartChildWorkflowFailedException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
StartChildWorkflowExecutionFailedCause |
getFailureCause() |
void |
setFailureCause(StartChildWorkflowExecutionFailedCause failureCause) |
getWorkflowExecution, getWorkflowType, setWorkflowExecution, setWorkflowType
getEventId, setEventId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StartChildWorkflowFailedException(String message)
public StartChildWorkflowFailedException(String message, Throwable cause)
public StartChildWorkflowFailedException(long eventId, WorkflowExecution workflowExecution, WorkflowType workflowType, String cause)
public StartChildWorkflowExecutionFailedCause getFailureCause()
public void setFailureCause(StartChildWorkflowExecutionFailedCause failureCause)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.