Team LiB
Previous Section Next Section

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

    Team LiB
    Previous Section Next Section