javax.net.ssl
Class SSLProtocolException
IOException
|
+--javax.net.ssl.SSLException
|
+--javax.net.ssl.SSLProtocolException
An exception thrown when a fatal protocol error is encountered. This
exception usually indicates some serious problem with the local or
remote SSL implementation.
SSLProtocolException
public SSLProtocolException(String message)
An exception thrown when a fatal protocol error is encountered. This
exception usually indicates some serious problem with the local or
remote SSL implementation.
Parameters: