Package io.temporal.workflow
Class SignalExternalWorkflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.temporal.failure.TemporalException
-
- io.temporal.client.WorkflowException
-
- io.temporal.workflow.SignalExternalWorkflowException
-
- All Implemented Interfaces:
java.io.Serializable
public final class SignalExternalWorkflowException extends WorkflowException
Exception used to communicate failure of a request to signal an external workflow.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SignalExternalWorkflowException(io.temporal.api.common.v1.WorkflowExecution execution, java.lang.String workflowType)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getMessage(io.temporal.api.common.v1.WorkflowExecution execution, java.lang.String workflowType)
-
Methods inherited from class io.temporal.client.WorkflowException
getExecution, getWorkflowType
-
-