Class MessagingExceptionAdvice


  • @ControllerAdvice
    @Immutable
    public final class MessagingExceptionAdvice
    extends Object
    Handle the restification of a MessagingException
    Author:
    kuehn
    • Constructor Detail

      • MessagingExceptionAdvice

        public MessagingExceptionAdvice()
    • Method Detail

      • respondTo

        @ExceptionHandler(javax.mail.MessagingException.class)
        public org.springframework.http.ResponseEntity<ProblemDetail> respondTo​(javax.mail.MessagingException exception)