Uses of Class
com.hybris.cis.client.shared.exception.AbstractCisServiceException
-
-
Uses of AbstractCisServiceException in com.hybris.cis.client.mock
Methods in com.hybris.cis.client.mock that throw AbstractCisServiceException Modifier and Type Method Description AvsResultAvsClientMock. verifyAddress(java.lang.String xCisClientRef, java.lang.String tenantId, CisAddress address)The mock implementation is used for testing purposes. -
Uses of AbstractCisServiceException in com.hybris.cis.client.shared.exception
Subclasses of AbstractCisServiceException in com.hybris.cis.client.shared.exception Modifier and Type Class Description classAbstractCisClientExceptionExpected exceptional cases due to invalid requests from a client (e.g.classAbstractServiceErrorExceptionIndicates that the external service responded with an invalid or unexpected result.classInternalServerErrorExceptionIndicates that an internal error occured in CIS.classInvalidOrMissingFieldExceptionIndicates that the request has invalid or missing elements that prevents the request to be fulfilled.classNoConfigurationFoundExceptionclassNoSuchServiceExceptionclassNotFoundExceptionA generic exception if a resource wasn't found (will be translated to a 404).classServiceConfigurationExceptionIndicates that the service configuration is not valid.classServiceErrorResponseExceptionException thrown when the 3rd party returns an error.classServiceInvalidExceptionIndicates that the requested service or function is not supported.classServiceNotAuthorizedExceptionIndicates that the user is not authorized to access the service.classServiceNotAvailableExceptionIndicates that the requested service is not available.classServiceNotImplementedExceptionIndicates that the requested service or function is not supported.classServicePreconditionFailedExceptionA precondition failed which prevented it from fulfilling the request.classServiceRequestExceptionThe 3rd party returned an error due to invalid or missing arguments.classServiceTimeoutExceptionIndicates that the call to an external service has timed out.classUnknownClientErrorExceptionThis Exception is to be used when an unexpected / unreadable exception from the client was thrown.classUnreadableServiceRequestExceptionException thrown when the 3rd party service returns a not expected response format (xml parsing issues, or not expected values) or when there is some IO issue.classUnreadableServiceResponseExceptionException thrown when the 3rd party service returns a not expected response format (xml parsing issues, or not expected values) or when there is some IO issue. -
Uses of AbstractCisServiceException in com.hybris.cis.service
Methods in com.hybris.cis.service that throw AbstractCisServiceException Modifier and Type Method Description GeoLocationResultCisClientGeolocationService. getGeolocation(java.lang.String xCisClientRef, java.lang.String tenantId, CisLocationRequest location)Rest client to look up geolocations.AvsResultCisClientAvsService. verifyAddress(java.lang.String xCisClientRef, java.lang.String tenantId, CisAddress address)Seede.hybris.platform.commerceservices.address.AddressVerificationService#verifyAddress(CisAddress). -
Uses of AbstractCisServiceException in com.hybris.cis.service.impl
Methods in com.hybris.cis.service.impl that throw AbstractCisServiceException Modifier and Type Method Description GeoLocationResultDefaultCisClientGeolocationService. getGeolocation(java.lang.String xCisClientRef, java.lang.String tenantId, CisLocationRequest location)AvsResultDefaultCisClientAvsService. verifyAddress(java.lang.String xCisClientRef, java.lang.String tenantId, CisAddress address) -
Uses of AbstractCisServiceException in de.hybris.platform.integration.cis.payment.commands
Methods in de.hybris.platform.integration.cis.payment.commands with parameters of type AbstractCisServiceException Modifier and Type Method Description protected java.util.Map<java.lang.Integer,java.lang.String>DefaultCisSubscriptionAuthorizationCommand. extractErrorCodes(AbstractCisServiceException failedExecutionException)
-