Uses of Class
com.sap.cloud.mt.tools.api.ServiceResponse
Packages that use ServiceResponse
Package
Description
-
Uses of ServiceResponse in com.sap.cloud.mt.tools.api
Methods in com.sap.cloud.mt.tools.api that return ServiceResponse -
Uses of ServiceResponse in com.sap.cloud.mt.tools.exception
Methods in com.sap.cloud.mt.tools.exception that return ServiceResponseConstructors in com.sap.cloud.mt.tools.exception with parameters of type ServiceResponseModifierConstructorDescriptionServiceException(ServiceResponse<?> response) ServiceException(String message, ServiceResponse<?> response) ServiceException(String message, Throwable cause, ServiceResponse<?> response) ServiceException(Throwable cause, ServiceResponse<?> response) -
Uses of ServiceResponse in com.sap.cloud.mt.tools.impl
Methods in com.sap.cloud.mt.tools.impl that return ServiceResponseModifier and TypeMethodDescriptionServiceCallImpl.execute()<R> ServiceResponse<R>NoRetryException.getResponse()RetryException.getResponse()Constructors in com.sap.cloud.mt.tools.impl with parameters of type ServiceResponseModifierConstructorDescriptionNoRetryException(ServiceResponse<?> response) NoRetryException(String message, ServiceResponse<?> response) NoRetryException(String message, Throwable cause, ServiceResponse<?> response) NoRetryException(Throwable cause, ServiceResponse<?> response) RetryException(ServiceResponse<?> response) RetryException(String message, ServiceResponse<?> response) RetryException(String message, Throwable cause, ServiceResponse<?> response) RetryException(Throwable cause, ServiceResponse<?> response)