Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow
Class ChildWorkflowTimedOutException

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

public class ChildWorkflowTimedOutException
extends ChildWorkflowException

See Also:
Serialized Form

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

ChildWorkflowTimedOutException

public ChildWorkflowTimedOutException(String message)

ChildWorkflowTimedOutException

public ChildWorkflowTimedOutException(String message,
                                      Throwable cause)

ChildWorkflowTimedOutException

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


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