Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 968
نمايش فراداده

SSLProtocolExceptionjavax.net.ssl

Java 1.4serializable 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 ); }