KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > AuthenticationFailedException

javax.mail
Class AuthenticationFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.mail.MessagingException
              extended byjavax.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  

Popular Tags