Class OfferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.common.exception.BroadleafException
org.broadleafcommerce.core.checkout.service.exception.CheckoutException
org.broadleafcommerce.core.offer.service.exception.OfferException
- All Implemented Interfaces:
Serializable,RootCauseAccessor
- Direct Known Subclasses:
OfferAlreadyAddedException,OfferExpiredException,OfferMaxUseExceededException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOfferException(String message) OfferException(String message, Throwable cause, CheckoutSeed seed) OfferException(String message, CheckoutSeed seed) OfferException(Throwable cause, CheckoutSeed seed) -
Method Summary
Methods inherited from class org.broadleafcommerce.core.checkout.service.exception.CheckoutException
getCheckoutResponse, setCheckoutResponseMethods inherited from class org.broadleafcommerce.common.exception.BroadleafException
getRootCause, getRootCauseMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OfferException
public OfferException() -
OfferException
-
OfferException
-
OfferException
-
OfferException
-