⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
javax.mail

Class AuthenticationFailedException

Exception
|
+--javax.mail.MessagingException
   |
   +--javax.mail.AuthenticationFailedException


public class AuthenticationFailedException
extends MessagingException

This exception is thrown when the connect method on a Store or Transport object fails due to an authentication failure (e.g., bad user name or password).
Author:

Constructor Summary

AuthenticationFailedException()

This exception is thrown when the connect method on a Store or Transport object fails due to an authentication failure (e.g., bad user name or password).

AuthenticationFailedException(String message)

Constructor Details

AuthenticationFailedException

public AuthenticationFailedException()

This exception is thrown when the connect method on a Store or Transport object fails due to an authentication failure (e.g., bad user name or password).

Author:

AuthenticationFailedException

public AuthenticationFailedException(String message)

Parameters:
message