Uses of Class
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.ShipEngineApiErrorWrapper
-
Packages that use ShipEngineApiErrorWrapper Package Description com.broadleafcommerce.shipping.service.integrations.shipengine.service -
-
Uses of ShipEngineApiErrorWrapper in com.broadleafcommerce.shipping.service.integrations.shipengine.service
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.service that return ShipEngineApiErrorWrapper Modifier and Type Method Description ShipEngineApiErrorWrapper
ShipEngineApiException. getShipEngineApiErrorWrapper()
Constructors in com.broadleafcommerce.shipping.service.integrations.shipengine.service with parameters of type ShipEngineApiErrorWrapper Constructor Description ShipEngineApiException(String msg, Throwable ex, org.springframework.http.HttpStatus status, ShipEngineApiErrorWrapper shipEngineApiErrorWrapper)
ShipEngineApiException(String msg, org.springframework.http.HttpStatus status, ShipEngineApiErrorWrapper shipEngineApiErrorWrapper)
ShipEngineApiException(Throwable ex, org.springframework.http.HttpStatus status, ShipEngineApiErrorWrapper shipEngineApiErrorWrapper)
ShipEngineApiException(org.springframework.http.HttpStatus status, ShipEngineApiErrorWrapper shipEngineApiErrorWrapper)
-