Uses of Class
com.mt.ecommerce.product.model.Error
Packages that use Error
-
Uses of Error in com.mt.ecommerce.product.config
Methods in com.mt.ecommerce.product.config that return types with arguments of type ErrorModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Error>
Handles all other exceptions and returns a 500 response.org.springframework.http.ResponseEntity<Error>
ProductExceptionHandler.handleNotFoundException
(RuntimeException ex) Handles not found exceptions and returns a 404 response.