Uses of Class
org.bremersee.exception.model.RestApiException
Package
Description
The package contains the model of the rest api exception.
-
Uses of RestApiException in org.bremersee.exception
Modifier and TypeMethodDescriptionBuild the exception model from the exception, the requested path and a handler.RestApiExceptionAware.getRestApiException()
Gets rest api exception.protected RestApiException
RestApiExceptionParserImpl.getRestApiExceptionFromHeaders
(String response, org.springframework.http.HttpStatusCode httpStatus, org.springframework.http.HttpHeaders httpHeaders) Gets rest api exception from headers.RestApiExceptionParser.parseException
(byte[] response, org.springframework.http.HttpStatusCode httpStatus, org.springframework.http.HttpHeaders headers) Parse exception.default RestApiException
RestApiExceptionParser.parseException
(InputStream response, org.springframework.http.HttpStatusCode httpStatus, org.springframework.http.HttpHeaders headers) Parse exception.RestApiExceptionParser.parseException
(String response, org.springframework.http.HttpStatusCode httpStatus, org.springframework.http.HttpHeaders headers) Parse exception.RestApiExceptionParserImpl.parseException
(byte[] response, org.springframework.http.HttpStatusCode httpStatus, org.springframework.http.HttpHeaders headers) RestApiExceptionParserImpl.parseException
(String response, org.springframework.http.HttpStatusCode httpStatus, org.springframework.http.HttpHeaders headers) protected RestApiException
RestApiExceptionMapperForWeb.reconfigureRestApiException
(RestApiException source, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Reconfigure rest api exception rest api exception.protected RestApiException
RestApiExceptionMapperForWeb.setApplication
(RestApiException restApiException, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets application.protected RestApiException
RestApiExceptionMapperForWeb.setCause
(RestApiException restApiException, Throwable exception, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets cause.protected RestApiException
RestApiExceptionMapperForWeb.setClassName
(RestApiException restApiException, Throwable exception, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets class name.protected RestApiException
RestApiExceptionMapperForWeb.setErrorCode
(RestApiException restApiException, Throwable exception, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets error code.protected RestApiException
RestApiExceptionMapperForWeb.setHandler
(RestApiException restApiException, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets handler.protected RestApiException
RestApiExceptionMapperForWeb.setMessage
(RestApiException restApiException, Throwable exception, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets message.protected RestApiException
RestApiExceptionMapperForWeb.setPath
(RestApiException restApiException, String path, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets path.protected RestApiException
RestApiExceptionMapperForWeb.setStackTrace
(RestApiException restApiException, StackTraceElement[] stackTrace, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets stack trace.Modifier and TypeMethodDescriptionprotected RestApiException
RestApiExceptionMapperForWeb.reconfigureRestApiException
(RestApiException source, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Reconfigure rest api exception rest api exception.protected RestApiException
RestApiExceptionMapperForWeb.setApplication
(RestApiException restApiException, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets application.protected RestApiException
RestApiExceptionMapperForWeb.setCause
(RestApiException restApiException, Throwable exception, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets cause.protected RestApiException
RestApiExceptionMapperForWeb.setClassName
(RestApiException restApiException, Throwable exception, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets class name.protected RestApiException
RestApiExceptionMapperForWeb.setErrorCode
(RestApiException restApiException, Throwable exception, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets error code.protected RestApiException
RestApiExceptionMapperForWeb.setHandler
(RestApiException restApiException, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets handler.protected RestApiException
RestApiExceptionMapperForWeb.setMessage
(RestApiException restApiException, Throwable exception, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets message.protected RestApiException
RestApiExceptionMapperForWeb.setPath
(RestApiException restApiException, String path, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets path.protected RestApiException
RestApiExceptionMapperForWeb.setStackTrace
(RestApiException restApiException, StackTraceElement[] stackTrace, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets stack trace.ModifierConstructorDescriptionRestApiResponseException
(RestApiException restApiException) Instantiates a new rest api response exception.RestApiResponseException
(org.springframework.http.HttpStatusCode status, RestApiException restApiException) Instantiates a new rest api response exception. -
Uses of RestApiException in org.bremersee.exception.feign
ModifierConstructorDescriptionFeignClientException
(int status, String message, feign.Request request, Map<String, Collection<String>> responseHeaders, byte[] responseBody, RestApiException restApiException) Instantiates a new feign client exception. -
Uses of RestApiException in org.bremersee.exception.model
ModifierConstructorDescriptionprotected
RestApiException
(String id, OffsetDateTime timestamp, Integer status, String error, String errorCode, Boolean errorCodeInherited, String message, String exception, String application, String path, Handler handler, List<StackTraceItem> stackTrace, RestApiException cause, Map<String, Object> furtherDetails) Instantiates a new rest api exception. -
Uses of RestApiException in org.bremersee.exception.servlet
Modifier and TypeFieldDescriptionprotected final RestApiException
ApiExceptionResolver.EmptyView.restApiException
The rest api exception.ModifierConstructorDescriptionprotected
EmptyView
(RestApiException payload, String contentType) Instantiates a new empty view.