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.
Inverno HTTP WebSocket base API.
-
Uses of HttpException in io.inverno.mod.http.base
Subclasses of HttpException in io.inverno.mod.http.baseModifier and TypeClassDescriptionclassA HTTP exception that indicates aBad Request (400).classA HTTP exception that indicates aForbidden (403)access to a server resource.classA HTTP exception that indicates anInternal Server Error (500)accessing a server resource.classA HTTP exception that indicates a client requestedMethod Not Allowed (405).classA HTTP exception that indicates aNot Acceptable (406)client requested.classA HTTP exception that indicates that a resource wasNot Found (404)on the server.classA HTTP exception that indicates that the requested resource isService Unavailable (503).classA HTTP exception that indicates that the access to a server resource isUnauthorized (401).classA HTTP exception that indicates that the request body is of anUnsupported Media Type (415)for the requested resource.Methods in io.inverno.mod.http.base that return HttpExceptionModifier and TypeMethodDescriptionstatic HttpExceptionWraps the specified error into an HttpException. -
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. -
Uses of HttpException in io.inverno.mod.http.base.ws
Subclasses of HttpException in io.inverno.mod.http.base.wsModifier and TypeClassDescriptionclassAn HTTP exception that indicates that the WebSocket subprotocols provided in the upgrade request are not supported.classThrown to indicate an error while processing a WebSocket exchange.