Java In A Nutshell, 5th Edition

SSLProtocolException javax.net.ssl

Java 1.4 serializable checked

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 ); }

Категории