Uses of Class
javax.net.ssl.SSLException

Packages that use SSLException
javax.net.ssl Provides the classes for the secure socket optional package. 
 

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.