SystemUpdateNotFoundException

public final class SystemUpdateNotFoundException extends OemSystemUpdateException


Thrown when a specified System Update resource cannot be found.

Summary

Public constructors

SystemUpdateNotFoundException(
    @NonNull String resourceName,
    Throwable cause
)

Public methods

final @NonNull String

The name of the resource that was not found.

Public constructors

SystemUpdateNotFoundException

public SystemUpdateNotFoundException(
    @NonNull String resourceName,
    Throwable cause
)
Parameters
@NonNull String resourceName

The name of the resource that was not found.

Throwable cause

The underlying cause of the exception.

Public methods

getResourceName

public final @NonNull String getResourceName()

The name of the resource that was not found.