Uses of Class
com.example.customerservice.NoSuchCustomerException
-
Packages that use NoSuchCustomerException Package Description com.example.customerservice com.example.customerservice.server -
-
Uses of NoSuchCustomerException in com.example.customerservice
Methods in com.example.customerservice that throw NoSuchCustomerException Modifier and Type Method Description List<Customer>
CustomerService. getCustomersByName(String name)
-
Uses of NoSuchCustomerException in com.example.customerservice.server
Methods in com.example.customerservice.server that throw NoSuchCustomerException Modifier and Type Method Description List<Customer>
CustomerServiceImpl. getCustomersByName(String name)
-