Uses of Class
org.apache.juneau.http.response.InternalServerError
Packages that use InternalServerError
Package
Description
RFC2616 HTTP Headers
HTTP Response Exception Beans
Predefined Microservice Resources
REST Server API
REST Method Argument Beans
REST Response Converters
REST HTTP Parts
REST Servlets
Predefined SVL Variables
-
Uses of InternalServerError in org.apache.juneau.http
Fields in org.apache.juneau.http declared as InternalServerErrorModifier and TypeFieldDescriptionstatic final InternalServerErrorHttpResponses.INTERNAL_SERVER_ERRORA synonym forINSTANCE.Methods in org.apache.juneau.http that return InternalServerErrorModifier and TypeMethodDescriptionstatic final InternalServerErrorHttpResponses.internalServerError()A shortcut for callingInternalServerError(). -
Uses of InternalServerError in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as InternalServerErrorModifier and TypeFieldDescriptionstatic final InternalServerErrorInternalServerError.INSTANCEReusable unmodifiable instanceMethods in org.apache.juneau.http.response that return InternalServerErrorModifier and TypeMethodDescriptionInternalServerError.copy()Creates a modifiable copy of this bean.InternalServerError.setContent(String value) InternalServerError.setContent(HttpEntity value) InternalServerError.setHeader2(String name, Object value) InternalServerError.setHeaders(List<Header> values) InternalServerError.setHeaders(HeaderList value) InternalServerError.setHeaders2(Header... values) InternalServerError.setLocale2(Locale value) InternalServerError.setMessage(String message, Object... args) InternalServerError.setProtocolVersion(ProtocolVersion value) InternalServerError.setReasonPhrase2(String value) InternalServerError.setReasonPhraseCatalog(ReasonPhraseCatalog value) InternalServerError.setStatusCode2(int code) InternalServerError.setStatusLine(BasicStatusLine value) InternalServerError.setUnmodifiable()Constructors in org.apache.juneau.http.response with parameters of type InternalServerErrorModifierConstructorDescriptionprotectedInternalServerError(InternalServerError copyFrom) Copy constructor. -
Uses of InternalServerError in org.apache.juneau.microservice.resources
Methods in org.apache.juneau.microservice.resources that throw InternalServerErrorModifier and TypeMethodDescriptionorg.apache.juneau.microservice.resources.DirectoryResource.RedirectToRootDirectoryResource.updateFile(InputStream is, String path) -
Uses of InternalServerError in org.apache.juneau.rest
Methods in org.apache.juneau.rest that throw InternalServerErrorModifier and TypeMethodDescriptionRestRequest.getFormParams()Form-data.RestSession.getOpSession()Returns the operation session of this REST session. -
Uses of InternalServerError in org.apache.juneau.rest.arg
Subclasses of InternalServerError in org.apache.juneau.rest.argModifier and TypeClassDescriptionclassGeneral exception due to a malformed Java parameter. -
Uses of InternalServerError in org.apache.juneau.rest.converter
Methods in org.apache.juneau.rest.converter that throw InternalServerErrorModifier and TypeMethodDescriptionIntrospectable.convert(RestRequest req, Object o) Traversable.convert(RestRequest req, Object o) -
Uses of InternalServerError in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that throw InternalServerError -
Uses of InternalServerError in org.apache.juneau.rest.servlet
Methods in org.apache.juneau.rest.servlet that throw InternalServerErrorModifier and TypeMethodDescriptionvoidRestServlet.service(jakarta.servlet.http.HttpServletRequest r1, jakarta.servlet.http.HttpServletResponse r2) The main service method. -
Uses of InternalServerError in org.apache.juneau.rest.vars
Methods in org.apache.juneau.rest.vars that throw InternalServerErrorModifier and TypeMethodDescriptionRequestSwaggerVar.resolve(VarResolverSession session, String key)