ResourceNotFoundInDbException

class ResourceNotFoundInDbException(type: String, id: String) : Exception

Exception thrown to indicate that the requested resource is not found in the database.

Constructors

Link copied to clipboard
fun ResourceNotFoundInDbException(type: String, id: String)

Properties

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