Class AbortedExecutionException

java.lang.Object
java.lang.Throwable
dev.restate.sdk.common.AbortedExecutionException
All Implemented Interfaces:
Serializable

public final class AbortedExecutionException extends Throwable
You MUST NOT catch this exception.
See Also:
  • Field Details

  • Method Details

    • sneakyThrow

      public static <E extends Throwable> void sneakyThrow() throws E
      Throws:
      E