org.broadleafcommerce.common.vendor.service.exception
Class TaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.common.vendor.service.exception.TaxException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TaxHostException
public class TaxException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
taxResponse
protected TaxResponse taxResponse
TaxException
public TaxException()
TaxException
public TaxException(String message,
Throwable cause)
TaxException
public TaxException(String message)
TaxException
public TaxException(Throwable cause)
getTaxResponse
public TaxResponse getTaxResponse()
setTaxResponse
public void setTaxResponse(TaxResponse taxResponse)
Copyright © 2012. All Rights Reserved.