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

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

public class TaxException
extends Exception

See Also:
Serialized Form

Field Summary
protected  TaxResponse taxResponse
           
 
Constructor Summary
TaxException()
           
TaxException(String message)
           
TaxException(String message, Throwable cause)
           
TaxException(Throwable cause)
           
 
Method Summary
 TaxResponse getTaxResponse()
           
 void setTaxResponse(TaxResponse taxResponse)
           
 
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
 

Field Detail

taxResponse

protected TaxResponse taxResponse
Constructor Detail

TaxException

public TaxException()

TaxException

public TaxException(String message,
                    Throwable cause)

TaxException

public TaxException(String message)

TaxException

public TaxException(Throwable cause)
Method Detail

getTaxResponse

public TaxResponse getTaxResponse()

setTaxResponse

public void setTaxResponse(TaxResponse taxResponse)


Copyright © 2013. All Rights Reserved.