Class UnsupportedContinueAsNewRequest
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- io.temporal.internal.statemachines.UnsupportedContinueAsNewRequest
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedContinueAsNewRequest extends java.lang.ErrorThrown whenWorkflow.continueAsNew(java.lang.Object...)is called from an unsupported location.The reason this class extends Error is for application workflow code to not catch it by mistake. The default behavior of the SDK is to block workflow execution while Error is thrown.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedContinueAsNewRequest(java.lang.String message)
-