Package com.mysql.cj.exceptions
Class DataReadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mysql.cj.exceptions.CJException
com.mysql.cj.exceptions.DataReadException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DataConversionException
,NumberOutOfRange
public class DataReadException extends CJException
Indicates that data could not be read according to the given request.
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DataReadException(java.lang.Exception cause)
DataReadException(java.lang.String msg)
-
Method Summary
Methods inherited from class com.mysql.cj.exceptions.CJException
appendMessage, getMessage, getSQLState, getVendorCode, isTransient, setSQLState, setTransient, setVendorCode
-
Constructor Details
-
DataReadException
public DataReadException(java.lang.Exception cause) -
DataReadException
public DataReadException(java.lang.String msg)
-