Package org.jumpmind.db.sql
Class DataTruncationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jumpmind.db.sql.SqlException
org.jumpmind.db.sql.DataTruncationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataTruncationException
(String message) DataTruncationException
(String message, Throwable cause) DataTruncationException
(Throwable cause) -
Method Summary
Methods inherited from class org.jumpmind.db.sql.SqlException
getErrorCode, getRootCause, getRootMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataTruncationException
public DataTruncationException() -
DataTruncationException
-
DataTruncationException
-
DataTruncationException
-