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
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DurableExecutionError
-