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).
AmazonServiceException.ErrorType| Constructor and Description |
|---|
InvalidProtocolSettingsException(String message)
Constructs a new InvalidProtocolSettingsException with the specified error
message.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidProtocolSettingsException(String message)
message - Describes the error encountered.Copyright © 2015. All rights reserved.