public class ChildWorkflowFailedException extends ChildWorkflowException
Constructor and Description |
---|
ChildWorkflowFailedException(long eventId,
WorkflowExecution workflowExecution,
WorkflowType workflowType,
String reason,
String details) |
ChildWorkflowFailedException(String message) |
ChildWorkflowFailedException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getDetails() |
void |
setDetails(String details) |
getWorkflowExecution, getWorkflowType, setWorkflowExecution, setWorkflowType
getEventId, setEventId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ChildWorkflowFailedException(String message)
public ChildWorkflowFailedException(long eventId, WorkflowExecution workflowExecution, WorkflowType workflowType, String reason, String details)
Copyright © 2014. All rights reserved.