Uses of Interface
org.bremersee.exception.ServiceExceptionBuilder
Packages that use ServiceExceptionBuilder
Package
Description
The package contains classes for LDAP operations with the ldaptive library.
-
Uses of ServiceExceptionBuilder in org.bremersee.exception
Classes in org.bremersee.exception that implement ServiceExceptionBuilderModifier and TypeClassDescriptionclassAbstractServiceExceptionBuilder<T extends ServiceException>The abstract service exception builder.Methods in org.bremersee.exception that return ServiceExceptionBuilderModifier and TypeMethodDescriptionstatic ServiceExceptionBuilder<? extends ServiceException> ServiceException.builder()Creates new exception builder.Sets cause on service exception builder.Sets error code on service exception builder.AbstractServiceExceptionBuilder.from(ServiceException serviceException) ServiceExceptionBuilder.from(ServiceException serviceException) From another service exception.AbstractServiceExceptionBuilder.httpStatus(int httpStatus) ServiceExceptionBuilder.httpStatus(int httpStatus) Sets http status on service exception builder.Sets reason on service exception builder. -
Uses of ServiceExceptionBuilder in org.bremersee.ldaptive
Methods in org.bremersee.ldaptive that return ServiceExceptionBuilderModifier and TypeMethodDescriptionLdaptiveException.builder()Creates a new service exception builder. -
Uses of ServiceExceptionBuilder in org.bremersee.minio
Methods in org.bremersee.minio that return ServiceExceptionBuilderModifier and TypeMethodDescriptionstatic ServiceExceptionBuilder<? extends MinioException> MinioException.builder()Creates new exception builder.