com.amazonaws.services.simpleworkflow.flow
Class StartChildWorkflowFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.services.simpleworkflow.flow.DecisionException
com.amazonaws.services.simpleworkflow.flow.ChildWorkflowException
com.amazonaws.services.simpleworkflow.flow.StartChildWorkflowFailedException
- All Implemented Interfaces:
- Serializable
public class StartChildWorkflowFailedException
- extends ChildWorkflowException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StartChildWorkflowFailedException
public StartChildWorkflowFailedException(String message)
StartChildWorkflowFailedException
public StartChildWorkflowFailedException(String message,
Throwable cause)
StartChildWorkflowFailedException
public StartChildWorkflowFailedException(long eventId,
WorkflowExecution workflowExecution,
WorkflowType workflowType,
String cause)
getFailureCause
public StartChildWorkflowExecutionFailedCause getFailureCause()
- Returns:
- enumeration that contains the cause of the failure
setFailureCause
public void setFailureCause(StartChildWorkflowExecutionFailedCause failureCause)
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.