Class ExceptionHandlerAdvice
java.lang.Object
app.valuationcontrol.webservice.helpers.exceptions.ExceptionHandlerAdvice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> handleAccessDeniedException(org.springframework.security.access.AccessDeniedException e) 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(org.springframework.security.access.AccessDeniedException.class) public org.springframework.http.ResponseEntity<String> handleAccessDeniedException(org.springframework.security.access.AccessDeniedException e) -
handleValidationErrors
-