Uses of Class
info.ejava.examples.common.dto.MessageDTO
Packages that use MessageDTO
Package
Description
- 
Uses of MessageDTO in info.ejava.examples.common.webMethods in info.ejava.examples.common.web that return types with arguments of type MessageDTOModifier and TypeMethodDescriptionprotected org.springframework.http.ResponseEntity<MessageDTO> BaseExceptionAdvice.buildResponse(org.springframework.http.HttpStatus status, String error, String text, Instant timestamp) org.springframework.http.ResponseEntity<MessageDTO> BaseExceptionAdvice.handle(ClientErrorException.BadRequestException ex) org.springframework.http.ResponseEntity<MessageDTO> BaseExceptionAdvice.handle(ClientErrorException.InvalidInputException ex) org.springframework.http.ResponseEntity<MessageDTO> BaseExceptionAdvice.handle(ClientErrorException.NotAuthorizedException ex) org.springframework.http.ResponseEntity<MessageDTO> BaseExceptionAdvice.handle(ClientErrorException.NotFoundException ex) org.springframework.http.ResponseEntity<MessageDTO> BaseExceptionAdvice.handle(ServerErrorException.InternalErrorException ex) org.springframework.http.ResponseEntity<MessageDTO> BaseExceptionAdvice.handle(NoSuchElementException ex) org.springframework.http.ResponseEntity<MessageDTO> BaseExceptionAdvice.handle(org.springframework.security.access.AccessDeniedException ex) org.springframework.http.ResponseEntity<MessageDTO> BaseExceptionAdvice.handleRuntimeException(RuntimeException ex) 
- 
Uses of MessageDTO in info.ejava.examples.db.validation.contacts.controllerMethods in info.ejava.examples.db.validation.contacts.controller that return types with arguments of type MessageDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<MessageDTO> ExceptionAdvice.handle(jakarta.validation.ConstraintViolationException ex) Spring will throw a ConstraintViolationException when failing validation for non-@RequestBody paramters or vanilla non-HTTP AOP calls.org.springframework.http.ResponseEntity<MessageDTO> ExceptionAdvice.handle(org.springframework.web.bind.MethodArgumentNotValidException ex) This exception is thrown when an HTTP/Controller method fails validation during for @RequestBody parameters.
- 
Uses of MessageDTO in info.ejava.examples.svc.authz.authorities.controllersMethods in info.ejava.examples.svc.authz.authorities.controllers that return types with arguments of type MessageDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<MessageDTO> ExceptionAdvice.handle(org.springframework.security.access.AccessDeniedException ex) org.springframework.http.ResponseEntity<MessageDTO> ExceptionAdvice.handle(org.springframework.web.servlet.resource.NoResourceFoundException ex)