Uses of Class
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.ShipEngineApiErrorWrapper
Packages that use ShipEngineApiErrorWrapper
-
Uses of ShipEngineApiErrorWrapper in com.broadleafcommerce.shipping.service.integrations.shipengine.service
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.service that return ShipEngineApiErrorWrapperConstructors in com.broadleafcommerce.shipping.service.integrations.shipengine.service with parameters of type ShipEngineApiErrorWrapperModifierConstructorDescriptionShipEngineApiException
(String msg, Throwable ex, org.springframework.http.HttpStatusCode status, ShipEngineApiErrorWrapper shipEngineApiErrorWrapper) ShipEngineApiException
(String msg, org.springframework.http.HttpStatusCode status, ShipEngineApiErrorWrapper shipEngineApiErrorWrapper) ShipEngineApiException
(Throwable ex, org.springframework.http.HttpStatusCode status, ShipEngineApiErrorWrapper shipEngineApiErrorWrapper) ShipEngineApiException
(org.springframework.http.HttpStatusCode status, ShipEngineApiErrorWrapper shipEngineApiErrorWrapper)