Uses of Class
org.apache.juneau.http.response.InternalServerError
Packages that use InternalServerError
Package
Description
HTTP Response Exception Beans
REST Server API
REST Method Argument Beans
REST Response Converters
Predefined SVL Variables
-
Uses of InternalServerError in org.apache.juneau.http
Fields in org.apache.juneau.http declared as InternalServerErrorModifier and TypeFieldDescriptionstatic final InternalServerError
HttpResponses.INTERNAL_SERVER_ERROR
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return InternalServerErrorModifier and TypeMethodDescriptionstatic final InternalServerError
HttpResponses.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 InternalServerError
InternalServerError.INSTANCE
Reusable unmodifiable instanceMethods in org.apache.juneau.http.response that return InternalServerErrorModifier and TypeMethodDescriptionInternalServerError.copy()
Creates a modifiable copy of this bean.InternalServerError.setHeader2
(String name, Object value) 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 InternalServerErrorModifierConstructorDescriptionprotected
InternalServerError
(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.RedirectToRoot
DirectoryResource.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 TypeClassDescriptionclass
General 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 TypeMethodDescriptionvoid
RestServlet.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)