Class RCoreExceptionHandler


  • @Order(0)
    @RestControllerAdvice
    public class RCoreExceptionHandler
    extends Object
    • Constructor Detail

      • RCoreExceptionHandler

        public RCoreExceptionHandler()
    • Method Detail

      • onHandledRCoreDomainException

        @ExceptionHandler(io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.class)
        public org.springframework.http.ResponseEntity<io.foodtechlab.exceptionhandler.core.ErrorApiResponse<io.foodtechlab.exceptionhandler.core.Error>> onHandledRCoreDomainException​(io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException ex)