Uses of Class
io.helidon.integrations.common.rest.ApiRestException
Packages that use 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
Subclasses of ApiRestException in io.helidon.integrations.common.restMethods in io.helidon.integrations.common.rest that return ApiRestExceptionModifier 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
Subclasses of ApiRestException in io.helidon.integrations.vault -
Uses of ApiRestException in io.helidon.integrations.vault.auths.common
Methods in io.helidon.integrations.vault.auths.common that return ApiRestExceptionModifier and TypeMethodDescriptionprotected ApiRestException
VaultRestApi.readError
(String path, ApiRequest<?> request, Method method, String requestId, HttpClientResponse response, JsonObject entity)