Uses of Class
info.ejava.examples.common.exceptions.ClientErrorException.NotFoundException
Packages that use ClientErrorException.NotFoundException
Package
Description
-
Uses of ClientErrorException.NotFoundException in info.ejava.examples.common.web
Methods in info.ejava.examples.common.web with parameters of type ClientErrorException.NotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<MessageDTO> BaseExceptionAdvice.handle(ClientErrorException.NotFoundException ex) -
Uses of ClientErrorException.NotFoundException in info.ejava.examples.svc.aop.items.aspects
Methods in info.ejava.examples.svc.aop.items.aspects with parameters of type ClientErrorException.NotFoundExceptionModifier and TypeMethodDescriptionvoidItemsAspect.afterThrowingMowerUpdate(org.aspectj.lang.JoinPoint jp, int id, MowerDTO mowerUpdate, ClientErrorException.NotFoundException ex) -
Uses of ClientErrorException.NotFoundException in info.ejava.examples.svc.content.quotes.controllers
Methods in info.ejava.examples.svc.content.quotes.controllers with parameters of type ClientErrorException.NotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<MessageDTO> ExceptionAdvice.handle(ClientErrorException.NotFoundException ex) -
Uses of ClientErrorException.NotFoundException in info.ejava.examples.svc.springdoc.contests.controllers
Methods in info.ejava.examples.svc.springdoc.contests.controllers with parameters of type ClientErrorException.NotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<MessageDTO> ExceptionAdvice.handle(ClientErrorException.NotFoundException ex)