com.amazonaws.services.simpleworkflow.flow
Class ChildWorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.services.simpleworkflow.flow.DecisionException
com.amazonaws.services.simpleworkflow.flow.ChildWorkflowException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ChildWorkflowFailedException, ChildWorkflowTerminatedException, ChildWorkflowTimedOutException, StartChildWorkflowFailedException
public abstract class ChildWorkflowException
- extends DecisionException
Exception used to communicate failure of remote activity.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ChildWorkflowException
public ChildWorkflowException(String message)
ChildWorkflowException
public ChildWorkflowException(String message,
Throwable cause)
ChildWorkflowException
public ChildWorkflowException(String message,
long eventId,
WorkflowExecution workflowExecution,
WorkflowType workflowType)
getWorkflowExecution
public WorkflowExecution getWorkflowExecution()
setWorkflowExecution
public void setWorkflowExecution(WorkflowExecution workflowExecution)
getWorkflowType
public WorkflowType getWorkflowType()
setWorkflowType
public void setWorkflowType(WorkflowType workflowType)
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.