CommandException

class CommandException : Exception


この Exception は、Android Management API へのコマンド関連の呼び出しが失敗した場合にスローされます。

概要

パブリック コンストラクタ

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

継承されるプロパティ

継承元: kotlin.Throwable

パブリック コンストラクタ

CommandException

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