UpdateControlStateNotFoundException

class UpdateControlStateNotFoundException : OemSystemUpdateException


找不到目前的 UpdateControlState 時會擲回。

摘要

公用建構函式

繼承屬性

From kotlin.Throwable

公用建構函式

UpdateControlStateNotFoundException

UpdateControlStateNotFoundException(
    message: String,
    cause: Throwable? = null
)
參數
message: String

缺少控制項狀態的訊息。

cause: Throwable? = null

例外狀況的根本原因。