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, setWorkflowType
getEventId, setEventId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.