public interface ErrorHandler
Modifier and Type | Method and Description |
---|---|
java.lang.String |
handleError(IntRowRead failedRow,
java.lang.String errorMessage,
java.lang.String locationId)
application needs to implement this method if it needs to do some custom error
handling and/or override default error message we log into system table
|
java.lang.String handleError(IntRowRead failedRow, java.lang.String errorMessage, java.lang.String locationId) throws java.sql.SQLException, DEException
failedRow
- this object holds top level row that framework failed to
submit successfully tot he 3rd party systemerrorMessage
- error message returned by 3rd party systemlocationId
- location id location of the 3rd party system that returned errorjava.sql.SQLException
DEException