Question: Spring Boot What does below code snippet mean in Spring Boot @ExceptionHandler ( TodoNotFoundException . class ) Pick ONE OR MORE options This
Spring Boot
What does below code snippet mean in Spring Boot @ExceptionHandlerTodoNotFoundExceptionclass
Pick ONE OR MORE options
This defines that the method to follow will handle the specific exception TodoNotFoundException.class
Any other exceptions for which custom exception handling is not defined will follow the default exception handling
provided by Spring Boot.
Any other exceptions for which custom exception handling is not defined will not be handled by Spring Boot.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
