Package com.mysql.cj.exceptions
Class CJCommunicationsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mysql.cj.exceptions.CJException
com.mysql.cj.exceptions.CJCommunicationsException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CJConnectionFeatureNotAvailableException
public class CJCommunicationsException extends CJException
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description CJCommunicationsException()
CJCommunicationsException(java.lang.String message)
CJCommunicationsException(java.lang.String message, java.lang.Throwable cause)
protected
CJCommunicationsException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
CJCommunicationsException(java.lang.Throwable cause)
-
Method Summary
Modifier and Type Method Description void
init(PropertySet propertySet, ServerSession serverSession, PacketSentTimeHolder packetSentTimeHolder, PacketReceivedTimeHolder packetReceivedTimeHolder)
Methods inherited from class com.mysql.cj.exceptions.CJException
appendMessage, getMessage, getSQLState, getVendorCode, isTransient, setSQLState, setTransient, setVendorCode
-
Constructor Details
-
CJCommunicationsException
public CJCommunicationsException() -
CJCommunicationsException
public CJCommunicationsException(java.lang.String message) -
CJCommunicationsException
public CJCommunicationsException(java.lang.String message, java.lang.Throwable cause) -
CJCommunicationsException
public CJCommunicationsException(java.lang.Throwable cause) -
CJCommunicationsException
protected CJCommunicationsException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-
Method Details
-
init
public void init(PropertySet propertySet, ServerSession serverSession, PacketSentTimeHolder packetSentTimeHolder, PacketReceivedTimeHolder packetReceivedTimeHolder)
-