CommandException

class CommandException : Exception


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

摘要

公用建構函式

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

繼承的屬性

來源:kotlin.Throwable

公用建構函式

CommandException

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