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