Class RestResponseEntityExceptionHandler

java.lang.Object
org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
io.mateu.core.application.RestResponseEntityExceptionHandler
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.MessageSourceAware

@RestControllerAdvice public class RestResponseEntityExceptionHandler extends org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
  • Field Summary

    Fields inherited from class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Object>>
    handleAll(Exception ex, org.springframework.web.server.ServerWebExchange request)
     

    Methods inherited from class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler

    createProblemDetail, createResponseEntity, getMessageSource, handleErrorResponseException, handleException, handleExceptionInternal, handleMethodNotAllowedException, handleMissingRequestValueException, handleNotAcceptableStatusException, handleResponseStatusException, handleServerErrorException, handleServerWebInputException, handleUnsatisfiedRequestParameterException, handleUnsupportedMediaTypeStatusException, handleWebExchangeBindException, setMessageSource

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RestResponseEntityExceptionHandler

      public RestResponseEntityExceptionHandler()
  • Method Details

    • handleAll

      @ExceptionHandler(java.lang.Exception.class) public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Object>> handleAll(Exception ex, org.springframework.web.server.ServerWebExchange request)