Class InvalidProtocolSettingsException

All Implemented Interfaces:
Serializable

public class InvalidProtocolSettingsException extends AmazonServiceException
You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that Support Server Name Indication (SNI).
See Also:
  • Constructor Details

    • InvalidProtocolSettingsException

      public InvalidProtocolSettingsException(String message)
      Constructs a new InvalidProtocolSettingsException with the specified error message.
      Parameters:
      message - Describes the error encountered.