Need create your custom exception which is inherited IllegalArgumentException.
Your custom exception should be return custom message like "Could not find student with ID {id}".
Implement method 'find' in class StudentManager which are throw your custom exception if this student is not found.