Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow
Class ChildWorkflowFailedException

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.ChildWorkflowFailedException
All Implemented Interfaces:
java.io.Serializable

public class ChildWorkflowFailedException
extends ChildWorkflowException

See Also:
Serialized Form

Constructor Summary
ChildWorkflowFailedException(long eventId, WorkflowExecution workflowExecution, WorkflowType workflowType, java.lang.String reason, java.lang.String details)
           
ChildWorkflowFailedException(java.lang.String message)
           
ChildWorkflowFailedException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getDetails()
           
 void setDetails(java.lang.String details)
           
 
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

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)
Method Detail

getDetails

public java.lang.String getDetails()

setDetails

public void setDetails(java.lang.String details)


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