java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
javax.mail.AuthenticationFailedException
- All Implemented Interfaces:
- Serializable
- See Also:
- Top Examples, Source Code
public AuthenticationFailedException()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
[724]_
By depthblue { at } centrum { dot } cz on 2004/12/28 11:40:49 Rate
javax.mail.SendFailedException: Sending failed;
nested exception is:
javax.mail.AuthenticationFailedException
at javax.mail.Transport.send0 ( Transport.java:219 )
at javax.mail.Transport.send ( Transport.java:81 )
at htmlDownloader.client.mail.MailSend.sendText ( MailSend.java:115 )
at htmlDownloader.client.mail.MailSend.main ( MailSend.java:179 )
public AuthenticationFailedException(String message)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples