类 DataReadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.mysql.cj.exceptions.CJException
-
- com.mysql.cj.exceptions.DataReadException
-
- 所有已实现的接口:
Serializable
- 直接已知子类:
DataConversionException,NumberOutOfRange
public class DataReadException extends CJException
Indicates that data could not be read according to the given request.- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.mysql.cj.exceptions.CJException
exceptionMessage
-
-
构造器概要
构造器 构造器 说明 DataReadException(Exception cause)DataReadException(String msg)
-
方法概要
-
从类继承的方法 com.mysql.cj.exceptions.CJException
appendMessage, getMessage, getSQLState, getVendorCode, isTransient, setSQLState, setTransient, setVendorCode
-
-