Uses of Class
software.amazon.lambda.durable.exception.UnrecoverableDurableExecutionException
Packages that use UnrecoverableDurableExecutionException
Package
Description
-
Uses of UnrecoverableDurableExecutionException in software.amazon.lambda.durable.exception
Modifier and TypeClassDescriptionclassAn illegal operation is detected.classException thrown when non-deterministic code is detected during replay. -
Uses of UnrecoverableDurableExecutionException in software.amazon.lambda.durable.execution
Methods in software.amazon.lambda.durable.execution with parameters of type UnrecoverableDurableExecutionExceptionModifier and TypeMethodDescriptionvoidExecutionManager.terminateExecution(UnrecoverableDurableExecutionException exception) -
Uses of UnrecoverableDurableExecutionException in software.amazon.lambda.durable.operation
Methods in software.amazon.lambda.durable.operation with parameters of type UnrecoverableDurableExecutionExceptionModifier and TypeMethodDescriptionprotected TBaseDurableOperation.terminateExecution(UnrecoverableDurableExecutionException exception)