Uses of Interface
org.bremersee.exception.ServiceExceptionBuilder
-
Packages that use ServiceExceptionBuilder Package Description org.bremersee.data.ldaptive The package contains classes for LDAP operations with the ldaptive library.org.bremersee.exception -
-
Uses of ServiceExceptionBuilder in org.bremersee.data.ldaptive
Methods in org.bremersee.data.ldaptive that return ServiceExceptionBuilder Modifier and Type Method Description static ServiceExceptionBuilder<LdaptiveException>
LdaptiveException. builder()
Creates a new service exception builder. -
Uses of ServiceExceptionBuilder in org.bremersee.exception
Classes in org.bremersee.exception that implement ServiceExceptionBuilder Modifier and Type Class Description class
AbstractServiceExceptionBuilder<T extends ServiceException>
The abstract service exception builder.Methods in org.bremersee.exception that return ServiceExceptionBuilder Modifier and Type Method Description static ServiceExceptionBuilder<? extends ServiceException>
ServiceException. builder()
Creates new exception builder.ServiceExceptionBuilder<T>
AbstractServiceExceptionBuilder. cause(Throwable cause)
ServiceExceptionBuilder<T>
ServiceExceptionBuilder. cause(Throwable cause)
sets cause on service exception builder.ServiceExceptionBuilder<T>
AbstractServiceExceptionBuilder. errorCode(String errorCode)
ServiceExceptionBuilder<T>
ServiceExceptionBuilder. errorCode(String errorCode)
Sets error code on service exception builder.ServiceExceptionBuilder<T>
AbstractServiceExceptionBuilder. httpStatus(int httpStatus)
ServiceExceptionBuilder<T>
ServiceExceptionBuilder. httpStatus(int httpStatus)
Sets http status on service exception builder.ServiceExceptionBuilder<T>
AbstractServiceExceptionBuilder. reason(String reason)
ServiceExceptionBuilder<T>
ServiceExceptionBuilder. reason(String reason)
Sets reason on service exception builder.
-