ExecutionException

class ExecutionException(cause: Throwable? = null) : Exception

Exception to replace java.util.concurrent.ExecutionException

Constructors

Link copied to clipboard
constructor(cause: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?

Functions

Link copied to clipboard