Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow
Class ChildWorkflowTerminatedException

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.ChildWorkflowTerminatedException
All Implemented Interfaces:
Serializable

public class ChildWorkflowTerminatedException
extends ChildWorkflowException

See Also:
Serialized Form

Constructor Summary
ChildWorkflowTerminatedException(long eventId, WorkflowExecution workflowExecution, WorkflowType workflowType)
           
ChildWorkflowTerminatedException(String message)
           
ChildWorkflowTerminatedException(String message, Throwable cause)
           
 
Method Summary
 
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

ChildWorkflowTerminatedException

public ChildWorkflowTerminatedException(String message)

ChildWorkflowTerminatedException

public ChildWorkflowTerminatedException(String message,
                                        Throwable cause)

ChildWorkflowTerminatedException

public ChildWorkflowTerminatedException(long eventId,
                                        WorkflowExecution workflowExecution,
                                        WorkflowType workflowType)


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.