com.amazonaws.services.simpleworkflow.flow
Class ChildWorkflowFailedException
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.ChildWorkflowFailedException
- All Implemented Interfaces:
- java.io.Serializable
public class ChildWorkflowFailedException
- extends ChildWorkflowException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ChildWorkflowFailedException
public ChildWorkflowFailedException(java.lang.String message)
ChildWorkflowFailedException
public ChildWorkflowFailedException(java.lang.String message,
java.lang.Throwable cause)
ChildWorkflowFailedException
public ChildWorkflowFailedException(long eventId,
WorkflowExecution workflowExecution,
WorkflowType workflowType,
java.lang.String reason,
java.lang.String details)
getDetails
public java.lang.String getDetails()
setDetails
public void setDetails(java.lang.String details)
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.