InvalidSystemUpdateStateException

public final class InvalidSystemUpdateStateException extends 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

InvalidSystemUpdateStateException(
    @NonNull String message,
    Throwable cause
)

Public constructors

InvalidSystemUpdateStateException

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

Message about the invalid state.

Throwable cause

The underlying cause of the exception.