Class DurableExecutionError

java.lang.Object
java.lang.Throwable
java.lang.Error
software.amazon.lambda.durable.execution.DurableExecutionError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SuspendExecutionException

public class DurableExecutionError extends Error
A throwable error that can be used internally by Durable Execution SDK. Users of the SDK should not throw this error directly or catch this error in their code.
See Also:
  • Constructor Details

    • DurableExecutionError

      public DurableExecutionError(String message)