Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow
Class ChildWorkflowException

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
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

Constructor Summary
ChildWorkflowException(String message)
           
ChildWorkflowException(String message, long eventId, WorkflowExecution workflowExecution, WorkflowType workflowType)
           
ChildWorkflowException(String message, Throwable cause)
           
 
Method Summary
 WorkflowExecution getWorkflowExecution()
           
 WorkflowType getWorkflowType()
           
 void setWorkflowExecution(WorkflowExecution workflowExecution)
           
 void setWorkflowType(WorkflowType workflowType)
           
 
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

ChildWorkflowException

public ChildWorkflowException(String message)

ChildWorkflowException

public ChildWorkflowException(String message,
                              Throwable cause)

ChildWorkflowException

public ChildWorkflowException(String message,
                              long eventId,
                              WorkflowExecution workflowExecution,
                              WorkflowType workflowType)
Method Detail

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.