Package io.temporal.internal.worker
Class WorkflowExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.temporal.internal.worker.WorkflowExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
public final class WorkflowExecutionException extends java.lang.RuntimeExceptionInternal. Do not throw or catch in application level code.This exception is used to signal that the workflow execution should be failed with
CommandType.COMMAND_TYPE_FAIL_WORKFLOW_EXECUTION- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowExecutionException(io.temporal.api.failure.v1.Failure failure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.temporal.api.failure.v1.FailuregetFailure()
-