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