Uses of Class
com.glowmart.shop_management.exception.DuplicateEmailException
Packages that use DuplicateEmailException
-
Uses of DuplicateEmailException in com.glowmart.shop_management.exception
Methods in com.glowmart.shop_management.exception with parameters of type DuplicateEmailExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String>GlobalExceptionHandler.handleDuplicateEmailException(DuplicateEmailException exception) HandlesDuplicateEmailExceptionand returns a response with a 409 Conflict status.