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 classLdaptiveExceptionThe ldaptive exception. -
Uses of HttpStatusAware in org.bremersee.data.minio
Classes in org.bremersee.data.minio that implement HttpStatusAware Modifier and Type Class Description classMinioExceptionThe minio exception. -
Uses of HttpStatusAware in org.bremersee.exception
Classes in org.bremersee.exception that implement HttpStatusAware Modifier and Type Class Description classAccessTokenRetrieverAuthenticationExceptionThe access token retriever authentication exception.classHttpClientExceptionGeneral http client exception.classServiceExceptionGeneral 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 classFeignClientExceptionFeign exception that stores the error payload as aRestApiException.
-