java.lang.Object
com.broadleafcommerce.vendor.chasepayment.web.endpoint.exception.HPSExceptionAdvisor

@RestControllerAdvice(annotations=org.springframework.web.bind.annotation.ResponseBody.class) public class HPSExceptionAdvisor extends Object
Exception handler registry for handling errors related to Chase HPS flows.
  • Constructor Details

    • HPSExceptionAdvisor

      public HPSExceptionAdvisor()
  • Method Details

    • handleUnexpectedHPSFailureException

      @ExceptionHandler(UnexpectedHPSFailureException.class) public org.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError> handleUnexpectedHPSFailureException(UnexpectedHPSFailureException ex, org.springframework.web.context.request.WebRequest request)
    • getRequestUrl

      protected String getRequestUrl(org.springframework.web.context.request.WebRequest request)