Uses of Class
org.bookstore.customer.exception.EmailAlreadyExistsException
Packages that use EmailAlreadyExistsException
-
Uses of EmailAlreadyExistsException in org.bookstore.customer.service
Methods in org.bookstore.customer.service that throw EmailAlreadyExistsExceptionModifier and TypeMethodDescriptionCustomerService.registerCustomer
(Customer customer) Registers a customer.CustomerService.updateCustomer
(Customer customer) Updates the data of a customer.