Uses of Annotation Interface
com.bobocode.bring.web.servlet.annotation.ResponseStatus
Packages that use ResponseStatus
Package
Description
-
Uses of ResponseStatus in com.bobocode.bring.web.actuator.controller
Methods in com.bobocode.bring.web.actuator.controller with annotations of type ResponseStatus -
Uses of ResponseStatus in com.bobocode.bring.web.servlet.error
Methods in com.bobocode.bring.web.servlet.error with parameters of type ResponseStatusModifier and TypeMethodDescriptionprivate String
ErrorResponseCreator.getMessage
(ResponseStatus responseStatus, Throwable throwable) Retrieves the error message based on the provided ResponseStatus and Throwable.ErrorResponseCreator.prepareErrorResponse
(ResponseStatus responseStatus, Throwable throwable, Boolean withStackTrace) Prepares a customized error response based on the provided parameters. -
Uses of ResponseStatus in com.bobocode.bring.web.servlet.exception
Classes in com.bobocode.bring.web.servlet.exception with annotations of type ResponseStatusModifier and TypeClassDescriptionclass
The MissingApplicationMappingException class is a runtime exception that indicates the absence of an explicit mapping for a particular request path in the application. -
Uses of ResponseStatus in com.bobocode.bring.web.staticcontent.exception
Classes in com.bobocode.bring.web.staticcontent.exception with annotations of type ResponseStatusModifier and TypeClassDescriptionclass
Exception thrown when a static file is not found.