Uses of Class
org.apache.juneau.http.response.BasicHttpException
Packages that use BasicHttpException
Package
Description
HTTP Response Exception Beans
REST Server API
REST Method Argument Beans
REST Response Converters
REST Guards
HTTP Response Processors
Predefined SVL Variables
- 
Uses of BasicHttpException in org.apache.juneau.httpMethods in org.apache.juneau.http that return BasicHttpExceptionModifier and TypeMethodDescriptionstatic final BasicHttpExceptionHttpResponses.httpException()A shortcut for callingBasicHttpException().
- 
Uses of BasicHttpException in org.apache.juneau.http.responseSubclasses of BasicHttpException in org.apache.juneau.http.responseModifier and TypeClassDescriptionclassException representing an HTTP 400 (Bad Request).classException representing an HTTP 409 (Conflict).classException representing an HTTP 417 (Expectation Failed).classException representing an HTTP 424 (Failed Dependency).classException representing an HTTP 403 (Forbidden).classException representing an HTTP 410 ().classException representing an HTTP 505 ().classException representing an HTTP 507 ().classException representing an HTTP 500 (Internal Server Error).classException representing an HTTP 411 ().classException representing an HTTP 423 (Locked).classException representing an HTTP 508 (Loop Detected).classException representing an HTTP 405 (Method Not Allowed).classException representing an HTTP 421 (Misdirected Request).classException representing an HTTP 511 (Network Authentication Required).classException representing an HTTP 406 (Not Acceptable).classException representing an HTTP 510 (Not Extended).classException representing an HTTP 404 (Not Found).classException representing an HTTP 501 (Not Implemented).classException representing an HTTP 413 (Payload Too Large).classException representing an HTTP 412 (Precondition Failed).classException representing an HTTP 428 (Precondition Required).classException representing an HTTP 416 (Range Not Satisfiable).classException representing an HTTP 431 (Request Header Fields Too Large).classException representing an HTTP 503 (Service Unavailable).classException representing an HTTP 429 (Too Many Requests).classException representing an HTTP 401 (Unauthorized).classException representing an HTTP 451 (Unavailable For Legal Reasons).classException representing an HTTP 422 (Unprocessable Entity).classException representing an HTTP 415 (Unsupported Media Type).classException representing an HTTP 426 (Upgrade Required).classException representing an HTTP 414 (URI Too Long).classException representing an HTTP 506 (Variant Also Negotiate).Methods in org.apache.juneau.http.response that return BasicHttpExceptionModifier and TypeMethodDescriptionBasicHttpException.setContent(String value) Sets the body on this response.BasicHttpException.setContent(HttpEntity value) Sets the body on this response.BasicHttpException.setHeader2(String name, Object value) Sets a header on this response.BasicHttpException.setHeaders(List<Header> values) Sets the specified headers on this response.BasicHttpException.setHeaders(HeaderList value) Sets the specified headers on this response.BasicHttpException.setHeaders2(Header... values) Sets multiple headers on this response.BasicHttpException.setLocale2(Locale value) Sets the locale used to retrieve reason phrases.BasicHttpException.setMessage(String message, Object... args) BasicHttpException.setProtocolVersion(ProtocolVersion value) Sets the protocol version on the status line.BasicHttpException.setReasonPhrase2(String value) Sets the reason phrase on the status line.BasicHttpException.setReasonPhraseCatalog(ReasonPhraseCatalog value) Sets the reason phrase catalog used to retrieve reason phrases.BasicHttpException.setStatusCode2(int code) Same assetStatusCode(int)but returns this object.BasicHttpException.setStatusLine(BasicStatusLine value) Sets the protocol version on the status line.BasicHttpException.setUnmodifiable()Specifies whether this bean should be unmodifiable.Constructors in org.apache.juneau.http.response with parameters of type BasicHttpExceptionModifierConstructorDescriptionprotectedBasicHttpException(BasicHttpException copyFrom) Copy constructor.
- 
Uses of BasicHttpException in org.apache.juneau.restMethods in org.apache.juneau.rest that throw BasicHttpExceptionModifier and TypeMethodDescriptionprotected voidRestContext.processResponse(RestOpSession opSession) The main method for serializing POJOs passed in through theRestResponse.setContent(Object)method or returned by the Java method.protected voidRestContext.startCall(RestSession session) Called at the start of a request to invoke allRestStartCallmethods.
- 
Uses of BasicHttpException in org.apache.juneau.rest.argSubclasses of BasicHttpException in org.apache.juneau.rest.argModifier and TypeClassDescriptionclassGeneral exception due to a malformed Java parameter.
- 
Uses of BasicHttpException in org.apache.juneau.rest.converterMethods in org.apache.juneau.rest.converter that throw BasicHttpExceptionModifier and TypeMethodDescriptionRestConverter.convert(RestRequest req, Object res) Performs post-call conversion on the specified response object.Traversable.convert(RestRequest req, Object o) 
- 
Uses of BasicHttpException in org.apache.juneau.rest.guardMethods in org.apache.juneau.rest.guard that throw BasicHttpExceptionModifier and TypeMethodDescriptionbooleanRestGuard.guard(RestRequest req, RestResponse res) Checks the current HTTP request and throws aBasicHttpExceptionif the guard does not permit the request.
- 
Uses of BasicHttpException in org.apache.juneau.rest.httppartMethods in org.apache.juneau.rest.httppart that throw BasicHttpExceptionModifier and TypeMethodDescription<T> Optional<T>Converts this part to the specified POJO type using the requestHttpPartParserand optional schema.<T> Optional<T>Converts this part to the specified POJO type using the requestHttpPartParserand optional schema.<T> Optional<T>Converts this part to the specified POJO type using the requestHttpPartParserand optional schema.Matches the specified pattern against this part value.Matches the specified pattern against this part value.Matches the specified pattern against this part value.RequestHeader.getElements()Parses the value.
- 
Uses of BasicHttpException in org.apache.juneau.rest.processorMethods in org.apache.juneau.rest.processor that throw BasicHttpExceptionModifier and TypeMethodDescriptionintPlainTextPojoProcessor.process(RestOpSession opSession) intResponseProcessor.process(RestOpSession opSession) Process this response if possible.intSerializedPojoProcessor.process(RestOpSession opSession) 
- 
Uses of BasicHttpException in org.apache.juneau.rest.varsMethods in org.apache.juneau.rest.vars that throw BasicHttpExceptionModifier and TypeMethodDescriptionRequestSwaggerVar.resolve(VarResolverSession session, String key)