Class AuthenticationNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.subethamail.smtp.client.AuthenticationNotSupportedException
All Implemented Interfaces:
Serializable

public class AuthenticationNotSupportedException extends IOException
Indicates that the server either does not support authentication at all or no authentication mechanism exists which is supported by both the server and the client.
See Also:
  • Constructor Details

    • AuthenticationNotSupportedException

      public AuthenticationNotSupportedException(String message)