Class UnsupportedOperationApiError
java.lang.Object
com.broadleafcommerce.common.error.ApiError
com.broadleafcommerce.cartoperation.web.endpoint.exception.UnsupportedOperationApiError
public class UnsupportedOperationApiError
extends com.broadleafcommerce.common.error.ApiError
ApiError
implementation for UnsupportedOperationException
.- Author:
- Kyrylo Boiko (kboiko2)
-
Nested Class Summary
Nested classes/interfaces inherited from class com.broadleafcommerce.common.error.ApiError
com.broadleafcommerce.common.error.ApiError.StatusConverter
-
Constructor Summary
ConstructorDescriptionUnsupportedOperationApiError
(String type, String title, org.springframework.http.HttpStatus status) UnsupportedOperationApiError
(String type, String title, org.springframework.http.HttpStatus status, UnsupportedOperationException ex) -
Method Summary
Methods inherited from class com.broadleafcommerce.common.error.ApiError
addError, getException, getGlobalErrors, getStatus, getStatusCode, getTimestamp, getTitle, getType, setException, setTimestamp, toResponseEntity, toString, withException, withGlobalErrors, withStatus, withStatusCode, withTimestamp, withTitle, withType
-
Constructor Details
-
UnsupportedOperationApiError
-
UnsupportedOperationApiError
public UnsupportedOperationApiError(String type, String title, org.springframework.http.HttpStatus status, UnsupportedOperationException ex)
-