NotFoundException constructor

NotFoundException(
  1. String message
)

Implementation

NotFoundException(String message) : super(message);