NotFoundException

class NotFoundException(clazz: Class<*>, val properties: Map<String, Any?> = mapOf()) : CustomException

Constructors

Link copied to clipboard
constructor(clazz: Class<*>, properties: Map<String, Any?> = mapOf())

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open override val message: String
Link copied to clipboard