AuthenticationFailedExceptionpublic 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). |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public AuthenticationFailedException()Constructor
super();
| public AuthenticationFailedException(String message)Constructor
super(message);
|
|