Uses of Class
org.bremersee.exception.model.RestApiException
Packages that use RestApiException
Package
Description
The package contains the model of the rest api exception.
- 
Uses of RestApiException in org.bremersee.exception
Methods in org.bremersee.exception that return RestApiExceptionModifier and TypeMethodDescriptionBuild the exception model from the exception, the requested path and a handler.RestApiExceptionAware.getRestApiException()Gets rest api exception.protected RestApiExceptionRestApiExceptionParserImpl.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 RestApiExceptionRestApiExceptionParser.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 RestApiExceptionRestApiExceptionMapperForWeb.reconfigureRestApiException(RestApiException source, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Reconfigure rest api exception rest api exception.protected RestApiExceptionRestApiExceptionMapperForWeb.setApplication(RestApiException restApiException, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets application.protected RestApiExceptionRestApiExceptionMapperForWeb.setCause(RestApiException restApiException, Throwable exception, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets cause.protected RestApiExceptionRestApiExceptionMapperForWeb.setClassName(RestApiException restApiException, Throwable exception, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets class name.protected RestApiExceptionRestApiExceptionMapperForWeb.setErrorCode(RestApiException restApiException, Throwable exception, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets error code.protected RestApiExceptionRestApiExceptionMapperForWeb.setHandler(RestApiException restApiException, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets handler.protected RestApiExceptionRestApiExceptionMapperForWeb.setMessage(RestApiException restApiException, Throwable exception, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets message.protected RestApiExceptionRestApiExceptionMapperForWeb.setPath(RestApiException restApiException, String path, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets path.protected RestApiExceptionRestApiExceptionMapperForWeb.setStackTrace(RestApiException restApiException, StackTraceElement[] stackTrace, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets stack trace.Methods in org.bremersee.exception with parameters of type RestApiExceptionModifier and TypeMethodDescriptionprotected RestApiExceptionRestApiExceptionMapperForWeb.reconfigureRestApiException(RestApiException source, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Reconfigure rest api exception rest api exception.protected RestApiExceptionRestApiExceptionMapperForWeb.setApplication(RestApiException restApiException, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets application.protected RestApiExceptionRestApiExceptionMapperForWeb.setCause(RestApiException restApiException, Throwable exception, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets cause.protected RestApiExceptionRestApiExceptionMapperForWeb.setClassName(RestApiException restApiException, Throwable exception, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets class name.protected RestApiExceptionRestApiExceptionMapperForWeb.setErrorCode(RestApiException restApiException, Throwable exception, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets error code.protected RestApiExceptionRestApiExceptionMapperForWeb.setHandler(RestApiException restApiException, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets handler.protected RestApiExceptionRestApiExceptionMapperForWeb.setMessage(RestApiException restApiException, Throwable exception, Object handler, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets message.protected RestApiExceptionRestApiExceptionMapperForWeb.setPath(RestApiException restApiException, String path, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets path.protected RestApiExceptionRestApiExceptionMapperForWeb.setStackTrace(RestApiException restApiException, StackTraceElement[] stackTrace, RestApiExceptionMapperProperties.ExceptionMappingConfig config) Sets stack trace.Constructors in org.bremersee.exception with parameters of type RestApiExceptionModifierConstructorDescriptionRestApiResponseException(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
Constructors in org.bremersee.exception.feign with parameters of type RestApiExceptionModifierConstructorDescriptionFeignClientException(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
Constructors in org.bremersee.exception.model with parameters of type RestApiExceptionModifierConstructorDescriptionprotectedRestApiException(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
Fields in org.bremersee.exception.servlet declared as RestApiExceptionModifier and TypeFieldDescriptionprotected final RestApiExceptionApiExceptionResolver.EmptyView.restApiExceptionThe rest api exception.Constructors in org.bremersee.exception.servlet with parameters of type RestApiExceptionModifierConstructorDescriptionprotectedEmptyView(RestApiException payload, String contentType) Instantiates a new empty view.