Package org.bremersee.exception
-
Interface Summary Interface Description ErrorCodeAware Marker interface to get an error code.ExceptionParser<T> The exception parser.HttpResponseHeadersAware Marker interface to get the response headers.HttpStatusAware Marker interface to get the HTTP status code.RestApiExceptionAware Marker interface to get theRestApiException
model.RestApiExceptionMapper Maps the error response into aRestApiException
.RestApiExceptionParser A http response parser that creates aRestApiException
.ServiceExceptionBuilder<T extends ServiceException> The service exception builder. -
Class Summary Class Description AbstractServiceExceptionBuilder<T extends ServiceException> The abstract service exception builder.MessageExceptionParser The message aware exception parser.RestApiExceptionMapperAutoConfiguration The rest api exception mapper auto configuration.RestApiExceptionMapperImpl The default implementation of a rest api exception mapper.RestApiExceptionMapperProperties Configuration properties for the rest api exception handler or resolver.RestApiExceptionMapperProperties.ExceptionMapping The exception mapping.RestApiExceptionMapperProperties.ExceptionMappingConfig The exception mapping config.RestApiExceptionParserAutoConfiguration The rest api exception parser auto configuration.RestApiExceptionParserImpl The default implementation of a http response parser that creates aRestApiException
.RestApiExceptionUtils Some utilities. -
Exception Summary Exception Description AccessTokenRetrieverAuthenticationException The access token retriever authentication exception.HttpClientException General http client exception.ServiceException General service exception with http status code and error code.