Uses of Class
com.example.customerservice.NoSuchCustomerException

Packages that use NoSuchCustomerException
com.example.customerservice   
com.example.customerservice.server   
 

Uses of NoSuchCustomerException in com.example.customerservice
 

Methods in com.example.customerservice that throw NoSuchCustomerException
 List<Customer> CustomerService.getCustomersByName(String name)
           
 

Uses of NoSuchCustomerException in com.example.customerservice.server
 

Methods in com.example.customerservice.server that throw NoSuchCustomerException
 List<Customer> CustomerServiceImpl.getCustomersByName(String name)
           
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.