Uses of Class
io.helidon.integrations.common.rest.RestException.Builder
-
Packages that use RestException.Builder Package Description io.helidon.integrations.common.rest Common classes for accessing JSON based REST APIs of third party systems. -
-
Uses of RestException.Builder in io.helidon.integrations.common.rest
Methods in io.helidon.integrations.common.rest that return RestException.Builder Modifier and Type Method Description static RestException.Builder
RestException. builder()
Create a new builder for this exception.
-