Uses of Class
org.apache.jena.atlas.web.HttpException
Packages that use HttpException
Package
Description
-
Uses of HttpException in org.apache.jena.atlas.web
Methods in org.apache.jena.atlas.web that return HttpExceptionModifier and TypeMethodDescriptionHttpException.Builder.build()static HttpExceptionHttpException.create(int httpStatusCode) HTTP errorstatic HttpExceptionHttpException.create(HttpResponse<?> response) HTTP errorstatic HttpExceptionHttpException.create(HttpException other) Replicate the details of anHttpException; the stacktrace will be the callers location.static HttpExceptionSystem error setting up the HTTP requeststatic HttpExceptionSystem error setting up the HTTP requestMethods in org.apache.jena.atlas.web with parameters of type HttpExceptionModifier and TypeMethodDescriptionstatic HttpExceptionHttpException.create(HttpException other) Replicate the details of anHttpException; the stacktrace will be the callers location. -
Uses of HttpException in org.apache.jena.http
Methods in org.apache.jena.http that throw HttpExceptionModifier and TypeMethodDescriptionstatic voidHttpOp.httpGetDiscard(String url) Perform an HTTP and discard the body.static StringHttpOp.httpGetStringEx(String url) Perform an HTTP and return the body as a string. -
Uses of HttpException in org.apache.jena.sparql.engine.http
Methods in org.apache.jena.sparql.engine.http with parameters of type HttpExceptionModifier and TypeMethodDescriptionstatic QueryExceptionHTTPQueryExceptionHTTP.rewrap(HttpException httpEx) Constructors in org.apache.jena.sparql.engine.http with parameters of type HttpExceptionModifierConstructorDescriptionQueryExceptionHTTP(int responseCode, String messageBody, HttpException ex) Deprecated.Use