Uses of Interface
org.bremersee.exception.HttpStatusAware
-
Packages that use HttpStatusAware Package Description org.bremersee.data.ldaptive The package contains classes for LDAP operations with the ldaptive library.org.bremersee.data.minio org.bremersee.exception org.bremersee.exception.feign -
-
Uses of HttpStatusAware in org.bremersee.data.ldaptive
Classes in org.bremersee.data.ldaptive that implement HttpStatusAware Modifier and Type Class Description class
LdaptiveException
The ldaptive exception. -
Uses of HttpStatusAware in org.bremersee.data.minio
Classes in org.bremersee.data.minio that implement HttpStatusAware Modifier and Type Class Description class
MinioException
The minio exception. -
Uses of HttpStatusAware in org.bremersee.exception
Classes in org.bremersee.exception that implement HttpStatusAware Modifier and Type Class Description class
AccessTokenRetrieverAuthenticationException
The access token retriever authentication exception.class
HttpClientException
General http client exception.class
ServiceException
General service exception with http status code and error code. -
Uses of HttpStatusAware in org.bremersee.exception.feign
Classes in org.bremersee.exception.feign that implement HttpStatusAware Modifier and Type Class Description class
FeignClientException
Feign exception that stores the error payload as aRestApiException
.
-