Class ExceptionHandlerAdvice
java.lang.Object
app.valuationcontrol.multimodule.library.helpers.exceptions.ExceptionHandlerAdvice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> org.springframework.http.ResponseEntity<String> handleValidationErrors(org.springframework.web.bind.MethodArgumentNotValidException ex)
-
Constructor Details
-
ExceptionHandlerAdvice
public ExceptionHandlerAdvice()
-
-
Method Details
-
handleException
@ExceptionHandler(ResourceException.class) public org.springframework.http.ResponseEntity<String> handleException(ResourceException e) -
handleAccessDeniedException
@ExceptionHandler(java.nio.file.AccessDeniedException.class) public org.springframework.http.ResponseEntity<String> handleAccessDeniedException(AccessDeniedException e) -
handleValidationErrors
-