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