InvalidSystemUpdateStateException

class InvalidSystemUpdateStateException : OemSystemUpdateException


Thrown when an operation is attempted on a System Update resource, but the resource is not in a valid state for that operation.

Summary

Public constructors

Inherited properties

From kotlin.Throwable

Public constructors

InvalidSystemUpdateStateException

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

Message about the invalid state.

cause: Throwable? = null

The underlying cause of the exception.