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 TypeClassDescriptionclass
A runtime exception indicating abad request
.class
A runtime exception indicating aforbidden
.class
A runtime exception indicating ainternal server error
.class
A runtime exception indicating anot found
.class
A 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> E
ClientRequest.requestEntity
(Class<E> type) Request entity without sending a request entity, asking for entity only.