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.

public class SSLProtocolException extends SSLException {
// Public Constructors
public SSLProtocolException(String reason);
}