Uses of Class
io.helidon.integrations.common.rest.ApiRestException
Package
Description
Common classes for accessing JSON based REST APIs of third party systems.
Vault integration.
Common classes for Vault integration.
-
Uses of ApiRestException in io.helidon.integrations.common.rest
Modifier and TypeMethodDescriptionRestException.Builder.build()
protected ApiRestException
RestApiBase.readError
(String path, ApiRequest<?> request, Method method, String requestId, HttpClientResponse response) Read error with no entity (content length set to 0).protected ApiRestException
RestApiBase.readError
(String path, ApiRequest<?> request, Method method, String requestId, HttpClientResponse response, JsonObject errorObject) Read error with a JSON entity.protected ApiRestException
RestApiBase.readError
(String path, ApiRequest<?> request, Method method, String requestId, HttpClientResponse response, String entity) Read error with an entity that failed to be parsed into a JSON object.protected ApiRestException
RestApiBase.readErrorFailedEntity
(String path, ApiRequest<?> request, Method method, String requestId, HttpClientResponse response, Throwable throwable) Read error information when we failed to read response entity.protected ApiRestException
RestApiBase.responseError
(String path, ApiRequest<?> request, Method method, String requestId, HttpClientResponse response) Create anApiRestException
. -
Uses of ApiRestException in io.helidon.integrations.vault
-
Uses of ApiRestException in io.helidon.integrations.vault.auths.common
Modifier and TypeMethodDescriptionprotected ApiRestException
VaultRestApi.readError
(String path, ApiRequest<?> request, Method method, String requestId, HttpClientResponse response, JsonObject entity)