Uses of Interface
it.gov.pagopa.common.web.exception.ServiceExceptionPayload
Packages that use ServiceExceptionPayload
-
Uses of ServiceExceptionPayload in it.gov.pagopa.common.web.dto
Classes in it.gov.pagopa.common.web.dto that implement ServiceExceptionPayload -
Uses of ServiceExceptionPayload in it.gov.pagopa.common.web.exception
Methods in it.gov.pagopa.common.web.exception that return types with arguments of type ServiceExceptionPayloadModifier and TypeMethodDescriptionprotected org.springframework.http.ResponseEntity<? extends ServiceExceptionPayload> ServiceExceptionHandler.handleException(ServiceException error, org.springframework.http.server.reactive.ServerHttpRequest request) Constructors in it.gov.pagopa.common.web.exception with parameters of type ServiceExceptionPayloadModifierConstructorDescriptionServiceException(String code, String message, ServiceExceptionPayload payload) ServiceException(String code, String message, ServiceExceptionPayload payload, boolean printStackTrace, Throwable ex)