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.ApiErrorAn 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 booleancanEqual(Object other)booleanequals(Object o)com.broadleafcommerce.cart.client.domain.CartgetNewCart()inthashCode()StringtoString()-
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)
-
-