Unreported exception org.springframework.mail.MailException
I am working on a project in Netbeans and there are several classes and in one class I am getting this error : Unreported exception org.springframework.mail.MailException.
I tried to enclose the text within try catch block
but that doesn't helps and the following error displayed:
incompatible types : required java.lang.Throwable found : org.springframework.mail.MailException