Uses of Class
io.helidon.http.HttpException
Packages that use HttpException
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon WebClient APIs shared by all types of clients.
-
Uses of HttpException in io.helidon.http
Subclasses of HttpException in io.helidon.httpModifier and TypeClassDescriptionclassA runtime exception indicating abad request.classA runtime exception indicating aforbidden.classA runtime exception indicating ainternal server error.classA runtime exception indicating anot found.classA runtime exception indicating aunauthorized.Methods in io.helidon.http that return HttpExceptionModifier and TypeMethodDescriptionSet a response header that should be used if this exception is not handled. -
Uses of HttpException in io.helidon.webclient.api
Methods in io.helidon.webclient.api that throw HttpExceptionModifier and TypeMethodDescriptiondefault <E> EClientRequest.requestEntity(Class<E> type) Request entity without sending a request entity, asking for entity only.