Class CheckoutComExceptionAdvisor
java.lang.Object
com.broadleafcommerce.web.endpoint.exception.CheckoutComExceptionAdvisor
@RestControllerAdvice(annotations=org.springframework.web.bind.annotation.ResponseBody.class)
public class CheckoutComExceptionAdvisor
extends Object
- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError>
handleCheckoutComApplePayCertificateException
(CheckoutComApplePayCertificateException ex, org.springframework.web.context.request.WebRequest request) org.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError>
handleCheckoutComValidateApplePaySessionException
(CheckoutComValidateApplePaySessionException ex, org.springframework.web.context.request.WebRequest request) protected void
-
Constructor Details
-
CheckoutComExceptionAdvisor
public CheckoutComExceptionAdvisor()
-
-
Method Details
-
handleCheckoutComValidateApplePaySessionException
@ExceptionHandler(CheckoutComValidateApplePaySessionException.class) public org.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError> handleCheckoutComValidateApplePaySessionException(CheckoutComValidateApplePaySessionException ex, org.springframework.web.context.request.WebRequest request) -
handleCheckoutComApplePayCertificateException
@ExceptionHandler(CheckoutComApplePayCertificateException.class) public org.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError> handleCheckoutComApplePayCertificateException(CheckoutComApplePayCertificateException ex, org.springframework.web.context.request.WebRequest request) -
logError
-