Uses of Class
javax.net.ssl.SSLException

Packages that use SSLException
javax.net.ssl This package defines interfaces and classes for the Java Secure Sockets Extension (JSSE). 
 

Uses of SSLException in javax.net.ssl
 

Subclasses of SSLException in javax.net.ssl
 interface SSLHandshakeException
           Indicates that the client and server could not negotiate the desired level of security.
 interface SSLKeyException
           Reports a bad SSL key.
 interface SSLPeerUnverifiedException
           Indicates that the peer's identity has not been verified.
 interface SSLProtocolException
           Reports an error in the operation of the SSL protocol.