UpdateControlStateNotFoundException

class UpdateControlStateNotFoundException : OemSystemUpdateException


在找不到当前 UpdateControlState 时抛出。

摘要

公共构造函数

沿用的房源

来自 kotlin.Throwable

公共构造函数

UpdateControlStateNotFoundException

UpdateControlStateNotFoundException(
    message: String,
    cause: Throwable? = null
)
参数
message: String

有关缺少控制状态的消息。

cause: Throwable? = null

异常的根本原因。