Uses of Class
io.inverno.mod.http.base.HttpException
Packages that use HttpException
Package
Description
Inverno HTTP base API.
Inverno HTTP header API implementation classes including HTTP Header codecs and header service bean.
-
Uses of HttpException in io.inverno.mod.http.base
Subclasses of HttpException in io.inverno.mod.http.baseModifier and TypeClassDescriptionclassA web exception that indicates aBad Request (400).classA web exception that indicates aForbidden (403)access to a server resource.classA web exception that indicates anInternal Server Error (500)accessing a server resource.classA web exception that indicates a client requestedMethod Not Allowed (405).classA web exception that indicates aNot Acceptable (406)client requested.classA web exception that indicates that a resource wasNot Found (404)on the server.classA web exception that indicates that the requested resource isService Unavailable (503).classA web exception that indicates that the access to a server resource isUnauthorized (401).classA web exception that indicates that the request body if of anUnsupported Media Type (415)for the requested resource. -
Uses of HttpException in io.inverno.mod.http.base.internal.header
Subclasses of HttpException in io.inverno.mod.http.base.internal.headerModifier and TypeClassDescriptionclassThrown to indicates a malformed header.