CancellationException
fun
CancellationException
(
message
:
String
?
,
cause
:
Throwable
?
)
:
CancellationException
(Common source) (JVM source)
Creates an instance of CancellationException with the given message and cause .
fun
CancellationException
(
cause
:
Throwable
?
)
:
CancellationException
(Common source) (JVM source)
Creates an instance of CancellationException with the given cause .