Uses of Class
de.digitalcollections.model.exception.http.HttpException
-
Packages that use HttpException Package Description de.digitalcollections.model.exception.http de.digitalcollections.model.exception.http.client de.digitalcollections.model.exception.http.server -
-
Uses of HttpException in de.digitalcollections.model.exception.http
Methods in de.digitalcollections.model.exception.http that return HttpException Modifier and Type Method Description static HttpExceptionHttpErrorDecoder. decode(String methodKey, int statusCode, java.net.http.HttpResponse response) -
Uses of HttpException in de.digitalcollections.model.exception.http.client
Subclasses of HttpException in de.digitalcollections.model.exception.http.client Modifier and Type Class Description classForbiddenExceptionclassHttpClientExceptionclassImATeapotExceptionHttpStatusCode 418 denoting the api is wrongfully using a teapot for making coffee as specified in the Hyper Text Coffee Pot Control Protocol (see RFC 2324 for details).classResourceNotFoundExceptionclassUnauthorizedExceptionclassUnavailableForLegalReasonsExceptionclassUnprocessableEntityException -
Uses of HttpException in de.digitalcollections.model.exception.http.server
Subclasses of HttpException in de.digitalcollections.model.exception.http.server Modifier and Type Class Description classBadGatewayExceptionclassGatewayTimeOutExceptionclassHttpServerExceptionclassHttpVersionNotSupportedExceptionclassNotImplementedExceptionclassServiceUnavailableException
-