Uses of Class
com.hybris.cis.client.shared.exception.AbstractServiceErrorException
-
Packages that use AbstractServiceErrorException Package Description com.hybris.cis.client.shared.exception -
-
Uses of AbstractServiceErrorException in com.hybris.cis.client.shared.exception
Subclasses of AbstractServiceErrorException in com.hybris.cis.client.shared.exception Modifier and Type Class Description classServiceErrorResponseExceptionException thrown when the 3rd party returns an error.classServiceNotAvailableExceptionIndicates that the requested service is not available.classServiceTimeoutExceptionIndicates that the call to an external service has timed out.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.
-