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 classLdaptiveExceptionThe ldaptive exception. -
Uses of ErrorCodeAware in org.bremersee.data.minio
Classes in org.bremersee.data.minio that implement ErrorCodeAware Modifier and Type Class Description classMinioExceptionThe minio exception. -
Uses of ErrorCodeAware in org.bremersee.exception
Classes in org.bremersee.exception that implement ErrorCodeAware Modifier and Type Class Description classServiceExceptionGeneral 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 classFeignClientExceptionFeign 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 classWebClientExceptionThe web client exception.
-