ExecutionException

class ExecutionException(val errorCode: String, message: String, cause: Throwable? = null, val extras: Bundle? = Bundle()) : Exception

Parameters

errorCode

an easily-recognizable code for a specific types of errors, will be accessible on the other part of the IPC communication (in client apps) by CommandExecutionException.errorCode.

extras

additional data about this particular exception, it will be accessible on the other part of the IPC communication (in client apps) by CommandExecutionException.extras.

Constructors

Link copied to clipboard
constructor(errorCode: String, message: String, cause: Throwable? = null, extras: Bundle? = Bundle())

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard