UpdateControlStateNotFoundException

public final class UpdateControlStateNotFoundException extends OemSystemUpdateException


Thrown when the current UpdateControlState is not found.

Summary

Public constructors

Public constructors

UpdateControlStateNotFoundException

public UpdateControlStateNotFoundException(
    @NonNull String message,
    Throwable cause
)
Parameters
@NonNull String message

Message about the missing control state.

Throwable cause

The underlying cause of the exception.