SystemUpdateAlreadyExistsException

public final class SystemUpdateAlreadyExistsException extends OemSystemUpdateException


Thrown when a system update resource with the specified name already exists.

Summary

Public constructors

SystemUpdateAlreadyExistsException(
    @NonNull String resourceName,
    Throwable cause
)

Public methods

final @NonNull String

The name of the resource that already exists.

Public constructors

SystemUpdateAlreadyExistsException

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

The name of the resource that already exists.

Throwable cause

The underlying cause of the exception.

Public methods

getResourceName

public final @NonNull String getResourceName()

The name of the resource that already exists.