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