CommandException

class CommandException : Exception
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ com.google.android.managementapi.commands.CommandException

This Exception is thrown when a command related call to Android Management API failed.

Summary

Public constructors

<init>(message: String?, cause: Throwable?)

This Exception is thrown when a command related call to Android Management API failed.

Public constructors

<init>

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

This Exception is thrown when a command related call to Android Management API failed.