SSLProtocolExceptionpublic class SSLProtocolException extends SSLException The exception that is thrown when an error in the operation of the SSL
protocol is encountered. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public SSLProtocolException(String reason)Creates a new {@code SSLProtocolException} with the specified message.
super(reason);
|
|