Package javax.mail

Class 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.4
    Author:
    Chris Burdess
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthenticationFailedException

        public AuthenticationFailedException()
      • AuthenticationFailedException

        public AuthenticationFailedException​(java.lang.String message)