FileDocCategorySizeDatePackage
AuthenticationFailedException.javaAPI DocJavaMail 1.4.32566Tue Nov 17 10:38:12 GMT 2009javax.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
Bill Shannon

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public AuthenticationFailedException()
Constructor


          
      
	super();
    
public AuthenticationFailedException(String message)
Constructor

param
message The detailed error message

	super(message);
    
Methods Summary