org.broadleafcommerce.core.checkout.service.exception
Class CheckoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.broadleafcommerce.core.checkout.service.exception.CheckoutException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OfferMaxUseExceededException

public class CheckoutException
extends Exception

See Also:
Serialized Form

Constructor Summary
CheckoutException()
           
CheckoutException(String message, CheckoutSeed seed)
           
CheckoutException(String message, Throwable cause, CheckoutSeed seed)
           
CheckoutException(Throwable cause, CheckoutSeed seed)
           
 
Method Summary
 CheckoutResponse getCheckoutResponse()
           
 void setCheckoutResponse(CheckoutResponse checkoutResponse)
           
 
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

CheckoutException

public CheckoutException()

CheckoutException

public CheckoutException(String message,
                         CheckoutSeed seed)

CheckoutException

public CheckoutException(Throwable cause,
                         CheckoutSeed seed)

CheckoutException

public CheckoutException(String message,
                         Throwable cause,
                         CheckoutSeed seed)
Method Detail

getCheckoutResponse

public CheckoutResponse getCheckoutResponse()

setCheckoutResponse

public void setCheckoutResponse(CheckoutResponse checkoutResponse)


Copyright © 2013. All Rights Reserved.