Package org.jumpmind.db.sql
Class BulkSqlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jumpmind.db.sql.SqlException
org.jumpmind.db.sql.BulkSqlException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
buildMessage
(String bulkOperation, String sql, int[] failedRows) int[]
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
-
BulkSqlException
-
-
Method Details
-
buildMessage
-
getFailedRows
public int[] getFailedRows()
-