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

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

public class ShippingPriceException
extends Exception

See Also:
Serialized Form

Field Summary
protected  ShippingPriceResponse shippingPriceResponse
           
 
Constructor Summary
ShippingPriceException()
           
ShippingPriceException(String message)
           
ShippingPriceException(String message, Throwable cause)
           
ShippingPriceException(Throwable cause)
           
 
Method Summary
 ShippingPriceResponse getShippingPriceResponse()
           
 void setShippingPriceResponse(ShippingPriceResponse shippingPriceResponse)
           
 
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

shippingPriceResponse

protected ShippingPriceResponse shippingPriceResponse
Constructor Detail

ShippingPriceException

public ShippingPriceException()

ShippingPriceException

public ShippingPriceException(String message,
                              Throwable cause)

ShippingPriceException

public ShippingPriceException(String message)

ShippingPriceException

public ShippingPriceException(Throwable cause)
Method Detail

getShippingPriceResponse

public ShippingPriceResponse getShippingPriceResponse()

setShippingPriceResponse

public void setShippingPriceResponse(ShippingPriceResponse shippingPriceResponse)


Copyright © 2012. All Rights Reserved.