ResourceNotFoundException

class ResourceNotFoundException : Exception

Thrown to indicate that the requested resource is not found.

Constructors

ResourceNotFoundException
Link copied to clipboard
fun ResourceNotFoundException(type: String, id: String, cause: Throwable)
ResourceNotFoundException
Link copied to clipboard
fun ResourceNotFoundException(type: String, id: String)

Properties

id
Link copied to clipboard
val id: String
type
Link copied to clipboard
val type: String

Sources

androidJvm source
Link copied to clipboard