Class Hierarchy
- java.lang.Object
- org.bremersee.exception.AbstractServiceExceptionBuilder<T> (implements org.bremersee.exception.ServiceExceptionBuilder<T>)
- org.bremersee.exception.MessageExceptionParser (implements org.bremersee.exception.ExceptionParser<T>)
- org.bremersee.exception.RestApiExceptionMapperAutoConfiguration
- org.bremersee.exception.RestApiExceptionMapperImpl (implements org.bremersee.exception.RestApiExceptionMapper)
- org.bremersee.exception.RestApiExceptionMapperProperties
- org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMapping
- org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMappingConfig
- org.bremersee.exception.RestApiExceptionParserAutoConfiguration
- org.bremersee.exception.RestApiExceptionParserImpl (implements org.bremersee.exception.RestApiExceptionParser)
- org.bremersee.exception.RestApiExceptionUtils
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.security.core.AuthenticationException
- org.bremersee.exception.AccessTokenRetrieverAuthenticationException (implements org.bremersee.exception.HttpStatusAware)
- org.bremersee.exception.HttpClientException (implements org.bremersee.exception.HttpResponseHeadersAware, org.bremersee.exception.HttpStatusAware, org.bremersee.exception.RestApiExceptionAware)
- org.bremersee.exception.ServiceException (implements org.bremersee.exception.ErrorCodeAware, org.bremersee.exception.HttpStatusAware)
- org.springframework.security.core.AuthenticationException
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- org.bremersee.exception.ErrorCodeAware
- org.bremersee.exception.ExceptionParser<T>
- org.bremersee.exception.RestApiExceptionParser
- org.bremersee.exception.HttpResponseHeadersAware
- org.bremersee.exception.HttpStatusAware
- org.bremersee.exception.RestApiExceptionAware
- org.bremersee.exception.RestApiExceptionMapper
- java.io.Serializable
- org.bremersee.exception.ServiceExceptionBuilder<T>