Class UserNotFoundAdvice
- java.lang.Object
-
- de.trustable.ca3s.core.web.rest.advice.UserNotFoundAdvice
-
@ControllerAdvice @Immutable public final class UserNotFoundAdvice extends Object
Handle the restification of an Exception- Author:
- kuehn
-
-
Constructor Summary
Constructors Constructor Description UserNotFoundAdvice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<ProblemDetail>respondTo(UserNotFoundException exception)
-
-
-
Method Detail
-
respondTo
@ExceptionHandler(UserNotFoundException.class) public org.springframework.http.ResponseEntity<ProblemDetail> respondTo(UserNotFoundException exception)
-
-