Class FulfillmentExceptionAdvisor
java.lang.Object
com.broadleafcommerce.fulfillment.web.exception.FulfillmentExceptionAdvisor
@RestControllerAdvice(annotations=org.springframework.web.bind.annotation.ResponseBody.class)
public class FulfillmentExceptionAdvisor
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError>handleReferencedEntityDeletionException(ReferencedEntityDeletionException ex, org.springframework.web.context.request.WebRequest request)
-
Constructor Details
-
FulfillmentExceptionAdvisor
public FulfillmentExceptionAdvisor()
-
-
Method Details
-
handleReferencedEntityDeletionException
@ExceptionHandler(ReferencedEntityDeletionException.class) public org.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError> handleReferencedEntityDeletionException(ReferencedEntityDeletionException ex, org.springframework.web.context.request.WebRequest request)
-