NotFound constructor

NotFound(
  1. String message
)

Implementation

NotFound(String message) : super(message, "not found: ");