Uses of Class
com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationAccessException
Packages that use DestinationAccessException
Package
Description
- 
Uses of DestinationAccessException in com.sap.cloud.sdk.cloudplatform.connectivity
Methods in com.sap.cloud.sdk.cloudplatform.connectivity that throw DestinationAccessExceptionModifier and TypeMethodDescriptionorg.apache.http.client.HttpClientAbstractHttpClientFactory.createHttpClient(HttpDestinationProperties destination) org.apache.hc.client5.http.classic.HttpClientApacheHttpClient5Factory.createHttpClient(HttpDestinationProperties destination) Creates anHttpClientbased on the givenHttpDestinationProperties.org.apache.http.client.HttpClientHttpClientFactory.createHttpClient(HttpDestinationProperties destination) Creates anHttpClientbased on the givenHttpDestinationProperties.protected <T> TDefaultOAuth2PropertySupplier.getCredentialOrThrow(Class<T> resultType, String... path) Obtain an entry from the credentials block of the service binding.static DestinationDestinationAccessor.getDestination(String destinationName) Loads the destination with the given name.default HttpDestinationServiceBindingDestinationLoader.getDestination(ServiceBindingDestinationOptions options) Tries to transform the givenoptionsinto anHttpDestination.static org.apache.hc.client5.http.classic.HttpClientApacheHttpClient5Accessor.getHttpClient(Destination destination) Returns anHttpClientfor the givenDestination.static org.apache.hc.client5.http.classic.HttpClientApacheHttpClient5Accessor.getHttpClient(HttpDestinationProperties destination) Returns anHttpClientfor the givenDestination.static org.apache.http.client.HttpClientHttpClientAccessor.getHttpClient(Destination destination) Returns anHttpClientfor the givenDestination.static org.apache.http.client.HttpClientHttpClientAccessor.getHttpClient(HttpDestinationProperties destination) Returns anHttpClientfor the givenDestination.protected <T> TDefaultOAuth2PropertySupplier.getOAuthCredentialOrThrow(Class<T> resultType, String... path) Obtain an oauth property from the credentials block of the service binding. - 
Uses of DestinationAccessException in com.sap.cloud.sdk.cloudplatform.connectivity.exception
Modifier and TypeClassDescriptionclassThis exception is thrown, when the authentication failed because of problems in OAuth.classThis exception is thrown if destination URI paths cannot be merged.classThis exception is thrown if aDestinationTypeis not supported by a method.