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 class
ServiceErrorResponseException
Exception thrown when the 3rd party returns an error.class
ServiceNotAvailableException
Indicates that the requested service is not available.class
ServiceTimeoutException
Indicates that the call to an external service has timed out.class
UnreadableServiceRequestException
Exception 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.class
UnreadableServiceResponseException
Exception 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.
-