Class UIEmailSendException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UIEmailSendException
    extends org.springframework.mail.MailSendException
    Exception to be thrown by the UI when an email failed to send.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UIEmailSendException​(java.lang.String errorMessage)  
    • Method Summary

      • Methods inherited from class org.springframework.mail.MailSendException

        getFailedMessages, getMessage, getMessageExceptions, printStackTrace, printStackTrace, toString
      • Methods inherited from class org.springframework.core.NestedRuntimeException

        contains, getMostSpecificCause, getRootCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UIEmailSendException

        public UIEmailSendException​(java.lang.String errorMessage)