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

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

public class FulfillmentPriceException
extends Exception

See Also:
Serialized Form

Field Summary
protected  FulfillmentPriceExceptionResponse fulfillmentPriceExceptionResponse
           
 
Constructor Summary
FulfillmentPriceException()
           
FulfillmentPriceException(String message)
           
FulfillmentPriceException(String message, Throwable cause)
           
FulfillmentPriceException(Throwable cause)
           
 
Method Summary
 FulfillmentPriceExceptionResponse getFulfillmentPriceExceptionResponse()
           
 void setFulfillmentPriceExceptionResponse(FulfillmentPriceExceptionResponse fulfillmentPriceExceptionResponse)
           
 
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

fulfillmentPriceExceptionResponse

protected FulfillmentPriceExceptionResponse fulfillmentPriceExceptionResponse
Constructor Detail

FulfillmentPriceException

public FulfillmentPriceException()

FulfillmentPriceException

public FulfillmentPriceException(String message,
                                 Throwable cause)

FulfillmentPriceException

public FulfillmentPriceException(String message)

FulfillmentPriceException

public FulfillmentPriceException(Throwable cause)
Method Detail

getFulfillmentPriceExceptionResponse

public FulfillmentPriceExceptionResponse getFulfillmentPriceExceptionResponse()

setFulfillmentPriceExceptionResponse

public void setFulfillmentPriceExceptionResponse(FulfillmentPriceExceptionResponse fulfillmentPriceExceptionResponse)


Copyright © 2012. All Rights Reserved.