public class CheckoutException extends BroadleafException
| Constructor and Description |
|---|
CheckoutException() |
CheckoutException(String message,
CheckoutSeed seed) |
CheckoutException(String message,
Throwable cause,
CheckoutSeed seed) |
CheckoutException(Throwable cause,
CheckoutSeed seed) |
| Modifier and Type | Method and Description |
|---|---|
CheckoutResponse |
getCheckoutResponse() |
void |
setCheckoutResponse(CheckoutResponse checkoutResponse) |
getRootCause, getRootCauseMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CheckoutException()
public CheckoutException(String message, CheckoutSeed seed)
public CheckoutException(Throwable cause, CheckoutSeed seed)
public CheckoutException(String message, Throwable cause, CheckoutSeed seed)
public CheckoutResponse getCheckoutResponse()
public void setCheckoutResponse(CheckoutResponse checkoutResponse)
Copyright © 2015. All Rights Reserved.