Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow
Class StartChildWorkflowFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.amazonaws.services.simpleworkflow.flow.DecisionException
                  extended by com.amazonaws.services.simpleworkflow.flow.ChildWorkflowException
                      extended by com.amazonaws.services.simpleworkflow.flow.StartChildWorkflowFailedException
All Implemented Interfaces:
Serializable

public class StartChildWorkflowFailedException
extends ChildWorkflowException

See Also:
Serialized Form

Constructor Summary
StartChildWorkflowFailedException(long eventId, WorkflowExecution workflowExecution, WorkflowType workflowType, String cause)
           
StartChildWorkflowFailedException(String message)
           
StartChildWorkflowFailedException(String message, Throwable cause)
           
 
Method Summary
 StartChildWorkflowExecutionFailedCause getFailureCause()
           
 void setFailureCause(StartChildWorkflowExecutionFailedCause failureCause)
           
 
Methods inherited from class com.amazonaws.services.simpleworkflow.flow.ChildWorkflowException
getWorkflowExecution, getWorkflowType, setWorkflowExecution, setWorkflowType
 
Methods inherited from class com.amazonaws.services.simpleworkflow.flow.DecisionException
getEventId, setEventId
 
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
 

Constructor Detail

StartChildWorkflowFailedException

public StartChildWorkflowFailedException(String message)

StartChildWorkflowFailedException

public StartChildWorkflowFailedException(String message,
                                         Throwable cause)

StartChildWorkflowFailedException

public StartChildWorkflowFailedException(long eventId,
                                         WorkflowExecution workflowExecution,
                                         WorkflowType workflowType,
                                         String cause)
Method Detail

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.