NotFoundError

@ResponseStatus(value = HttpStatus.NOT_FOUND)
class NotFoundError(msg: String = "Object not found") : Exception

Constructors

Link copied to clipboard
constructor(msg: String = "Object not found")

Properties

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