ResourceNotFoundException

class ResourceNotFoundException : Exception

Thrown to indicate that the requested resource is not found.

Constructors

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

Properties

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