Class StaleCartApiError
- java.lang.Object
-
- com.broadleafcommerce.common.error.ApiError
-
- com.broadleafcommerce.cartoperation.web.endpoint.exception.StaleCartApiError
-
public final class StaleCartApiError extends com.broadleafcommerce.common.error.ApiError
An API Error due to a stale cart. SeeStaleCartException
.- Author:
- Jacob Mitash
-
-
Constructor Summary
Constructors Constructor Description StaleCartApiError(StaleCartException ex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
com.broadleafcommerce.cart.client.domain.Cart
getNewCart()
int
hashCode()
String
toString()
-
Methods inherited from class com.broadleafcommerce.common.error.ApiError
addError, getException, getGlobalErrors, getStatus, getStatusCode, getTimestamp, getTitle, getType, setException, setTimestamp, toResponseEntity, withException, withGlobalErrors, withStatus, withStatusCode, withTimestamp, withTitle, withType
-
-
-
-
Constructor Detail
-
StaleCartApiError
public StaleCartApiError(StaleCartException ex)
-
-