Class SuspendExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.lambda.durable.execution.SuspendExecutionException
All Implemented Interfaces:
Serializable

public class SuspendExecutionException extends RuntimeException
Exception thrown to suspend execution during wait operations. This is an internal control flow mechanism.
See Also:
  • Constructor Details

    • SuspendExecutionException

      public SuspendExecutionException()