Uses of Class
javax.net.ssl.SSLException

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

Uses of SSLException in javax.net.ssl
 

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