Uses of Interface
org.bremersee.exception.ErrorCodeAware
-
Packages that use ErrorCodeAware 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 org.bremersee.web.reactive.function.client -
-
Uses of ErrorCodeAware in org.bremersee.data.ldaptive
Classes in org.bremersee.data.ldaptive that implement ErrorCodeAware Modifier and Type Class Description class
LdaptiveException
The ldaptive exception. -
Uses of ErrorCodeAware in org.bremersee.data.minio
Classes in org.bremersee.data.minio that implement ErrorCodeAware Modifier and Type Class Description class
MinioException
The minio exception. -
Uses of ErrorCodeAware in org.bremersee.exception
Classes in org.bremersee.exception that implement ErrorCodeAware Modifier and Type Class Description class
ServiceException
General service exception with http status code and error code. -
Uses of ErrorCodeAware in org.bremersee.exception.feign
Classes in org.bremersee.exception.feign that implement ErrorCodeAware Modifier and Type Class Description class
FeignClientException
Feign exception that stores the error payload as aRestApiException
. -
Uses of ErrorCodeAware in org.bremersee.web.reactive.function.client
Classes in org.bremersee.web.reactive.function.client that implement ErrorCodeAware Modifier and Type Class Description class
WebClientException
The web client exception.
-