Signals a problem at the SSL protocol level. An exception of this
type usually indicates that there is a bug in the SSL implementation
being used locally or on the remote host.
Figure 18-11. javax.net.ssl.SSLProtocolException
public class
SSLProtocolException extends SSLException {
// Public Constructors
public
SSLProtocolException (String
reason );
}