Uses of Class
software.amazon.lambda.durable.exception.InvokeException
Packages that use InvokeException
-
Uses of InvokeException in software.amazon.lambda.durable.exception
Subclasses of InvokeException in software.amazon.lambda.durable.exceptionModifier and TypeClassDescriptionclassThrown when a chained invoke operation fails with an error in the invoked function.classThrown when a chained invoke operation is stopped before completion.classThrown when a chained invoke operation exceeds its timeout.