Uses of Class
org.springframework.web.server.ServerErrorException
Packages that use ServerErrorException
Package
Description
Infrastructure for annotation-based handler method processing.
-
Uses of ServerErrorException in org.springframework.web.reactive.result.method.annotation
Methods in org.springframework.web.reactive.result.method.annotation with parameters of type ServerErrorExceptionModifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<ResponseEntity<Object>>
ResponseEntityExceptionHandler.handleServerErrorException
(ServerErrorException ex, HttpHeaders headers, HttpStatusCode status, ServerWebExchange exchange) Customize the handling ofServerErrorException
.