Uses of Interface
org.bremersee.exception.ServiceExceptionBuilder
-
Uses of ServiceExceptionBuilder in org.bremersee.exception
Modifier and TypeClassDescriptionclass
AbstractServiceExceptionBuilder<T extends ServiceException>
The abstract service exception builder.Modifier 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.