| Package | Description |
|---|---|
| com.sap.cloud.sdk.s4hana.connectivity | |
| com.sap.cloud.sdk.s4hana.connectivity.exception |
| Modifier and Type | Method and Description |
|---|---|
abstract RequestResultT |
Request.execute(Destination destination)
Executes a given request using the given
Destination. |
RequestResultT |
RequestExecutor.execute(Destination destination,
RequestT request)
Executes a request against an SAP S/4HANA system.
|
RequestResultT |
ErpHttpRequestExecutor.execute(HttpDestination destination,
RequestT request,
RequestSerializer<RequestT,RequestResultT> requestSerializer)
Serializes the given request, executes it, and the deserializes the response.
|
String |
ErpHttpRequestExecutor.execute(HttpDestination destination,
SerializedRequest<RequestT> serializedRequest)
Executes the given
serializedRequest as a HttpUriRequest, returning the body of the
HttpResponse received. |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
Thrown when a certain service denies access to the requested resources.
|
class |
CloudConnectorException
An exception that is thrown when there is an issue reported by the SAP HANA Cloud Connector.
|
class |
LogonErrorException
Thrown when a certain service refuses the logon attempt.
|
class |
MissingConfigException
Thrown when configuration for accessing a certain system is missing.
|
Copyright © 2022 SAP SE. All rights reserved.