Package dev.restate.sdk.common
Class AbortedExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- dev.restate.sdk.common.AbortedExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
public final class AbortedExecutionException extends java.lang.ThrowableYou MUST NOT catch this exception.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AbortedExecutionExceptionINSTANCE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E extends java.lang.Throwable>
voidsneakyThrow()
-
-
-
Field Detail
-
INSTANCE
public static final AbortedExecutionException INSTANCE
-
-