UpdateControlStateNotFoundException

class UpdateControlStateNotFoundException : OemSystemUpdateException


Thrown when the current UpdateControlState is not found.

Summary

Public constructors

Inherited properties

From kotlin.Throwable

Public constructors

UpdateControlStateNotFoundException

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

Message about the missing control state.

cause: Throwable? = null

The underlying cause of the exception.