Package dev.restate.sdk.core
Class ExceptionUtils
java.lang.Object
dev.restate.sdk.core.ExceptionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
containsSuspendedException
(Throwable throwable) static Optional
<ProtocolException> findProtocolException
(Throwable throwable) static boolean
isTerminalException
(Throwable throwable) static <E extends Throwable>
void
-
Method Details
-
sneakyThrow
- Throws:
E
-
findProtocolException
-
containsSuspendedException
-
isTerminalException
-