Newest questions tagged java - Stack Overflow
Custom Exception Not Caught by @RestControllerAdvice
I have a custom exception QuantityViolationException which I throw from a service method. I have a @RestControllerAdvice with a matching @ExceptionHandler for it, but instead of my handler returning the proper JSON error
View original source