toggle menu
sdk-java
2.0.0
jvm
switch theme
search in API
sdk-core
/
dev.restate.sdk.core
/
ExceptionUtils
Exception
Utils
class
ExceptionUtils
Members
Functions
contains
Suspended
Exception
Link copied to clipboard
open
fun
containsSuspendedException
(
throwable
:
Throwable
)
:
Boolean
find
Protocol
Exception
Link copied to clipboard
open
fun
findProtocolException
(
throwable
:
Throwable
)
:
Optional
<
ProtocolException
>
is
Terminal
Exception
Link copied to clipboard
open
fun
isTerminalException
(
throwable
:
Throwable
)
:
Boolean
sneaky
Throw
Link copied to clipboard
open
fun
<
E
:
Throwable
?
>
sneakyThrow
(
e
:
Throwable
)