Class UnrecoverableDurableExecutionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalDurableOperationException, NonDeterministicExecutionException

public class UnrecoverableDurableExecutionException extends DurableExecutionException
Exception thrown when the execution is not recoverable. The durable execution will be immediately terminated.
See Also:
  • Constructor Details

    • UnrecoverableDurableExecutionException

      public UnrecoverableDurableExecutionException(software.amazon.awssdk.services.lambda.model.ErrorObject errorObject)
  • Method Details

    • getErrorObject

      public software.amazon.awssdk.services.lambda.model.ErrorObject getErrorObject()