Uses of Interface
com.hybris.cis.client.shared.exception.codes.StandardServiceExceptionCode
-
-
Uses of StandardServiceExceptionCode in com.hybris.cis.client.fraud.exception
Classes in com.hybris.cis.client.fraud.exception that implement StandardServiceExceptionCode Modifier and Type Class Description classFraudServiceExceptionCodesFraud api service exception codes (range 10000 - 11000). -
Uses of StandardServiceExceptionCode in com.hybris.cis.client.geolocation.exception
Classes in com.hybris.cis.client.geolocation.exception that implement StandardServiceExceptionCode Modifier and Type Class Description classGeolocationServiceExceptionCodesThis class specifies the excpetion codes for the CIS geolocation service. -
Uses of StandardServiceExceptionCode in com.hybris.cis.client.payment.exception
Classes in com.hybris.cis.client.payment.exception that implement StandardServiceExceptionCode Modifier and Type Class Description classPaymentServiceExceptionCodesPayment api service exception codes (range 4000 - 4999). -
Uses of StandardServiceExceptionCode in com.hybris.cis.client.shared.exception.codes
Classes in com.hybris.cis.client.shared.exception.codes that implement StandardServiceExceptionCode Modifier and Type Class Description classStandardServiceExceptionCodesShared standard error codes.classWebServiceExceptionCodesWeb exception codes (range 9000 - 9999).Methods in com.hybris.cis.client.shared.exception.codes that return StandardServiceExceptionCode Modifier and Type Method Description static StandardServiceExceptionCodeStandardServiceExceptionCodes. fromCode(java.lang.String c)Constructors in com.hybris.cis.client.shared.exception.codes with parameters of type StandardServiceExceptionCode Constructor Description ServiceExceptionDetail(StandardServiceExceptionCode code)Instantiates a newServiceExceptionDetail.ServiceExceptionDetail(StandardServiceExceptionCode code, java.lang.String message)Instantiates a newServiceExceptionDetail. -
Uses of StandardServiceExceptionCode in com.hybris.cis.client.shipping.exception
Classes in com.hybris.cis.client.shipping.exception that implement StandardServiceExceptionCode Modifier and Type Class Description classShippingServiceExceptionCodesShipping api service exception codes (range 5000 - 5999). -
Uses of StandardServiceExceptionCode in com.hybris.cis.client.tax.exception
Classes in com.hybris.cis.client.tax.exception that implement StandardServiceExceptionCode Modifier and Type Class Description classTaxServiceExceptionCodesThe standard exception codes for tax services (Range 3000 - 3999).
-