March 2005
Beginner to intermediate
1254 pages
104h 21m
English
SSLException
Signals an SSL-related problem. This class serves as the common superclass of more specific SSL exception subclasses.
Figure 18-6. javax.net.ssl.SSLException
public class SSLException extends java.io.IOException { // Public Constructors 5.0 public SSLException(Throwable cause); public SSLException(String reason); 5.0 public SSLException(String message, Throwable cause); }
SSLHandshakeException,
SSLKeyException,
SSLPeerUnverifiedException,
SSLProtocolException
SSLEngine.{beginHandshake( ),
closeInbound( ), unwrap( ),
wrap( )}
Read now
Unlock full access