NotFoundException constructor
NotFoundException([
- String? message
Implementation
NotFoundException([String? message]) : super(message, "NotFound exception: ");
NotFoundException([String? message]) : super(message, "NotFound exception: ");