Uses of Interface
org.bremersee.exception.ServiceExceptionBuilder
Packages that use ServiceExceptionBuilder
-
Uses of ServiceExceptionBuilder in org.bremersee.exception
Classes in org.bremersee.exception that implement ServiceExceptionBuilderModifier and TypeClassDescriptionclass
AbstractServiceExceptionBuilder<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.