Uses of Class
io.helidon.integrations.common.rest.ApiException
Packages that use ApiException
Package
Description
Common classes for accessing JSON based REST APIs of third party systems.
Classes needed for OCI to connect to service API.
Vault integration.
-
Uses of ApiException in io.helidon.integrations.common.rest
Subclasses of ApiException in io.helidon.integrations.common.restModifier and TypeClassDescriptionclassException when invoking remote REST API caused by wrong response from the API call.final classImplementation of theApiRestException. -
Uses of ApiException in io.helidon.integrations.oci.connect
Subclasses of ApiException in io.helidon.integrations.oci.connectModifier and TypeClassDescriptionclassOCI integration exception.classException used when OCI REST call returned and we have HTTP status and headers, and possibly an entity. -
Uses of ApiException in io.helidon.integrations.vault
Subclasses of ApiException in io.helidon.integrations.vaultModifier and TypeClassDescriptionclassException in Vault communication not based on HTTP response.classVault runtime exception.