public class ChildWorkflowTimedOutException extends ChildWorkflowException
| Constructor and Description | 
|---|
| ChildWorkflowTimedOutException(long eventId,
                              WorkflowExecution workflowExecution,
                              WorkflowType workflowType) | 
| ChildWorkflowTimedOutException(String message) | 
| ChildWorkflowTimedOutException(String message,
                              Throwable cause) | 
getWorkflowExecution, getWorkflowType, setWorkflowExecution, setWorkflowTypegetEventId, setEventIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChildWorkflowTimedOutException(String message)
public ChildWorkflowTimedOutException(String message, Throwable cause)
public ChildWorkflowTimedOutException(long eventId,
                                      WorkflowExecution workflowExecution,
                                      WorkflowType workflowType)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.