CommandException

class CommandException : Exception


當與 Android Management API 相關的指令呼叫失敗時,系統會擲回這個 Exception

摘要

公用建構函式

CommandException(message: String?, cause: Throwable?)

繼承屬性

來自 kotlin.Throwable

公用建構函式

CommandException

CommandException(message: String?, cause: Throwable?)