Uses of Class
com.elasticpath.service.shipping.ShippingRegionExistException

Packages that use ShippingRegionExistException
com.elasticpath.service.shipping   
com.elasticpath.service.shipping.impl   
 

Uses of ShippingRegionExistException in com.elasticpath.service.shipping
 

Methods in com.elasticpath.service.shipping that throw ShippingRegionExistException
 ShippingRegion ShippingRegionService.add(ShippingRegion shippingRegion)
          Adds the given shippingRegion.
 void ShippingRegionService.update(ShippingRegion shippingRegion)
          Updates the given shippingRegion.
 

Uses of ShippingRegionExistException in com.elasticpath.service.shipping.impl
 

Methods in com.elasticpath.service.shipping.impl that throw ShippingRegionExistException
 ShippingRegion ShippingRegionServiceImpl.add(ShippingRegion shippingRegion)
          Adds the given shippingRegion.
 void ShippingRegionServiceImpl.update(ShippingRegion shippingRegion)
          Updates the given shippingRegion.