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.4
Author:
Chris Burdess

Constructor Summary

AuthenticationFailedException()
AuthenticationFailedException(String message)

Method Summary

Methods inherited from class javax.mail.MessagingException

getMessage, getNextException, printStackTrace, printStackTrace, setNextException

Constructor Details

AuthenticationFailedException

public AuthenticationFailedException()

AuthenticationFailedException

public AuthenticationFailedException(String message)

© Copyright 2003, 2004 The Free Software Foundation, All rights reserved