org.broadleafcommerce.common.vendor.service.exception
Class TaxHostException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.broadleafcommerce.common.vendor.service.exception.TaxException
              extended by org.broadleafcommerce.common.vendor.service.exception.TaxHostException
All Implemented Interfaces:
Serializable

public class TaxHostException
extends TaxException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.broadleafcommerce.common.vendor.service.exception.TaxException
taxResponse
 
Constructor Summary
TaxHostException()
           
TaxHostException(String message)
           
TaxHostException(String message, Throwable cause)
           
TaxHostException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.broadleafcommerce.common.vendor.service.exception.TaxException
getTaxResponse, setTaxResponse
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaxHostException

public TaxHostException()

TaxHostException

public TaxHostException(String message,
                        Throwable cause)

TaxHostException

public TaxHostException(String message)

TaxHostException

public TaxHostException(Throwable cause)


Copyright © 2012. All Rights Reserved.