Package com.mysql.cj.exceptions
Class CJConnectionFeatureNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mysql.cj.exceptions.CJException
com.mysql.cj.exceptions.CJCommunicationsException
com.mysql.cj.exceptions.CJConnectionFeatureNotAvailableException
- All Implemented Interfaces:
java.io.Serializable
public class CJConnectionFeatureNotAvailableException extends CJCommunicationsException
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CJConnectionFeatureNotAvailableException()
CJConnectionFeatureNotAvailableException(PropertySet propertySet, ServerSession serverSession, PacketSentTimeHolder packetSentTimeHolder, java.lang.Exception underlyingException)
-
Method Summary
Modifier and Type Method Description java.lang.String
getMessage()
Methods inherited from class com.mysql.cj.exceptions.CJException
appendMessage, getSQLState, getVendorCode, isTransient, setSQLState, setTransient, setVendorCode
-
Constructor Details
-
CJConnectionFeatureNotAvailableException
public CJConnectionFeatureNotAvailableException() -
CJConnectionFeatureNotAvailableException
public CJConnectionFeatureNotAvailableException(PropertySet propertySet, ServerSession serverSession, PacketSentTimeHolder packetSentTimeHolder, java.lang.Exception underlyingException)
-
-
Method Details
-
getMessage
public java.lang.String getMessage()- Overrides:
getMessage
in classCJException
-