public class SignalExternalWorkflowException extends DecisionException
Constructor and Description |
---|
SignalExternalWorkflowException(long eventId,
WorkflowExecution signaledExecution,
String cause) |
SignalExternalWorkflowException(String message) |
SignalExternalWorkflowException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
SignalExternalWorkflowExecutionFailedCause |
getFailureCause() |
WorkflowExecution |
getSignaledExecution() |
void |
setFailureCause(SignalExternalWorkflowExecutionFailedCause failureCause) |
void |
setSignaledExecution(WorkflowExecution signaledExecution) |
getEventId, setEventId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SignalExternalWorkflowException(String message)
public SignalExternalWorkflowException(String message, Throwable cause)
public SignalExternalWorkflowException(long eventId, WorkflowExecution signaledExecution, String cause)
public WorkflowExecution getSignaledExecution()
public void setFailureCause(SignalExternalWorkflowExecutionFailedCause failureCause)
public SignalExternalWorkflowExecutionFailedCause getFailureCause()
public void setSignaledExecution(WorkflowExecution signaledExecution)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.