SystemUpdateAlreadyExistsException

class SystemUpdateAlreadyExistsException : OemSystemUpdateException


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

Summary

Public constructors

SystemUpdateAlreadyExistsException(
    resourceName: String,
    cause: Throwable?
)

Public properties

String

The name of the resource that already exists.

Inherited properties

From kotlin.Throwable

Public constructors

SystemUpdateAlreadyExistsException

SystemUpdateAlreadyExistsException(
    resourceName: String,
    cause: Throwable? = null
)
Parameters
resourceName: String

The name of the resource that already exists.

cause: Throwable? = null

The underlying cause of the exception.

Public properties

resourceName

val resourceNameString

The name of the resource that already exists.