javax.mail

Class AuthenticationFailedException

public class AuthenticationFailedException extends MessagingException

An exception thrown to indicate that authentication failed during a service's connect method.

Version: 1.3

Author: Chris Burdess

Constructor Summary
AuthenticationFailedException()
AuthenticationFailedException(String message)

Constructor Detail

AuthenticationFailedException

public AuthenticationFailedException()

AuthenticationFailedException

public AuthenticationFailedException(String message)
©