toggle menu
sdk-java
1.2.0
jvm
switch theme
search in API
sdk-common
/
dev.restate.sdk.common
/
AbortedExecutionException
Aborted
Execution
Exception
class
AbortedExecutionException
:
Throwable
You MUST NOT catch this exception.
Members
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
INSTANCE
Link copied to clipboard
val
INSTANCE
:
AbortedExecutionException
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
StackTraceElement
>
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
exception
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
sneaky
Throw
Link copied to clipboard
open
fun
<
E
:
Throwable
?
>
sneakyThrow
(
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String