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, setWorkflowTypegetEventId, setEventIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChildWorkflowTerminatedException(String message)
public ChildWorkflowTerminatedException(String message, Throwable cause)
public ChildWorkflowTerminatedException(long eventId,
                                WorkflowExecution workflowExecution,
                                WorkflowType workflowType)
Copyright © 2015. All rights reserved.