Class DataTruncationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mysql.cj.exceptions.CJException
com.mysql.cj.exceptions.DataTruncationException
All Implemented Interfaces:
java.io.Serializable

public class DataTruncationException
extends CJException
See Also:
Serialized Form
  • Constructor Details

    • DataTruncationException

      public DataTruncationException()
    • DataTruncationException

      public DataTruncationException​(java.lang.String message)
    • DataTruncationException

      public DataTruncationException​(java.lang.String message, java.lang.Throwable cause)
    • DataTruncationException

      public DataTruncationException​(java.lang.Throwable cause)
    • DataTruncationException

      protected DataTruncationException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • DataTruncationException

      public DataTruncationException​(java.lang.String message, int index, boolean parameter, boolean read, int dataSize, int transferSize, int vendorErrorCode)
  • Method Details