类 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
-
- 所有已实现的接口:
Serializable
public class CJConnectionFeatureNotAvailableException extends CJCommunicationsException
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.mysql.cj.exceptions.CJException
exceptionMessage
-
-
构造器概要
构造器 构造器 说明 CJConnectionFeatureNotAvailableException()CJConnectionFeatureNotAvailableException(PropertySet propertySet, ServerSession serverSession, PacketSentTimeHolder packetSentTimeHolder, Exception underlyingException)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetMessage()-
从类继承的方法 com.mysql.cj.exceptions.CJCommunicationsException
init
-
从类继承的方法 com.mysql.cj.exceptions.CJException
appendMessage, getSQLState, getVendorCode, isTransient, setSQLState, setTransient, setVendorCode
-
-
-
-
构造器详细资料
-
CJConnectionFeatureNotAvailableException
public CJConnectionFeatureNotAvailableException()
-
CJConnectionFeatureNotAvailableException
public CJConnectionFeatureNotAvailableException(PropertySet propertySet, ServerSession serverSession, PacketSentTimeHolder packetSentTimeHolder, Exception underlyingException)
-
-
方法详细资料
-
getMessage
public String getMessage()
- 覆盖:
getMessage在类中CJException
-
-