When we implement the API, I think we can handle all the exceptions in our ControllerExceptionHandler. Apparently Spring handles things from most-specific to least-specific, so we can specifically handle RequestValidationException and RaireServiceException, then put the catch-all in and expect it to be called only if the other two don't match.
When we implement the API, I think we can handle all the exceptions in our ControllerExceptionHandler. Apparently Spring handles things from most-specific to least-specific, so we can specifically handle RequestValidationException and RaireServiceException, then put the catch-all in and expect it to be called only if the other two don't match.