FileDocCategorySizeDatePackage
AuthenticationFailedException.javaAPI DocGlassfish v2 API2629Mon May 14 15:28:46 BST 2007javax.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