javax.mail
Class AuthenticationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.mail.MessagingException
              extended by javax.mail.AuthenticationFailedException
All Implemented Interfaces:
java.io.Serializable

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
See Also:
Serialized Form

Constructor Summary
AuthenticationFailedException()
           
AuthenticationFailedException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class javax.mail.MessagingException
getMessage, getNextException, printStackTrace, printStackTrace, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationFailedException

public AuthenticationFailedException()

AuthenticationFailedException

public AuthenticationFailedException(java.lang.String message)


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