This error is obviously a user defined exception which is being raised when you run the PL/SQl.

You would have something like this in your code in that case...:

IF v_count = 0 THEN
raise_application_error(-20102, 'No Data Found');
END IF;