MySQL Connector/J size='-1'>5.0.8

Uses of Class
com.mysql.jdbc.CommunicationsException

Packages that use CommunicationsException
com.mysql.jdbc   
 

Uses of CommunicationsException in com.mysql.jdbc
 

Subclasses of CommunicationsException in com.mysql.jdbc
 class ConnectionFeatureNotAvailableException
          Thrown when a client requests a connection-level feature that isn't available for this particular distribution of Connector/J (currently only used by code that is export-controlled).
 

Methods in com.mysql.jdbc that throw CommunicationsException
protected static void ExportControlled.transformSocketToSSLSocket(com.mysql.jdbc.MysqlIO mysqlIO)
          Converts the socket being used in the given MysqlIO to an SSLSocket by performing the SSL/TLS handshake.
 


MySQL Connector/J size='-1'>5.0.8