Uses of Class
it.gov.pagopa.common.web.exception.ServiceException
Packages that use ServiceException
-
Uses of ServiceException in it.gov.pagopa.common.web.exception
Subclasses of ServiceException in it.gov.pagopa.common.web.exceptionMethods in it.gov.pagopa.common.web.exception with parameters of type ServiceExceptionModifier and TypeMethodDescriptionprotected org.springframework.http.ResponseEntity<? extends ServiceExceptionPayload> ServiceExceptionHandler.handleException(ServiceException error, org.springframework.http.server.reactive.ServerHttpRequest request) Constructor parameters in it.gov.pagopa.common.web.exception with type arguments of type ServiceExceptionModifierConstructorDescriptionServiceExceptionHandler(ErrorManager errorManager, Map<Class<? extends ServiceException>, org.springframework.http.HttpStatus> transcodeMap)