Uses of Class
com.elasticpath.service.tax.TaxJurisdictionExistException

Packages that use TaxJurisdictionExistException
com.elasticpath.service.tax   
com.elasticpath.service.tax.impl   
 

Uses of TaxJurisdictionExistException in com.elasticpath.service.tax
 

Methods in com.elasticpath.service.tax that throw TaxJurisdictionExistException
 TaxJurisdiction TaxJurisdictionService.add(TaxJurisdiction taxJurisdiction)
          Adds the given taxJurisdiction.
 void TaxJurisdictionService.update(TaxJurisdiction taxJurisdiction)
          Updates the given taxJurisdiction.
 

Uses of TaxJurisdictionExistException in com.elasticpath.service.tax.impl
 

Methods in com.elasticpath.service.tax.impl that throw TaxJurisdictionExistException
 TaxJurisdiction TaxJurisdictionServiceImpl.add(TaxJurisdiction taxJurisdiction)
          Adds the given taxJurisdiction.
 void TaxJurisdictionServiceImpl.update(TaxJurisdiction taxJurisdiction)
          Updates the given taxJurisdiction.