Class | Description |
---|---|
DataLoadMessageKeys |
This class is used for defining messages used by the DataLoad.
|
Exception | Description |
---|---|
DataLoadApplicationException |
This class defines the exceptions thrown by the DataLoad when application errors occur during the processing of business data.
|
DataLoadConfigException |
This class defines the exceptions thrown when data load configuration errors occur during the processing of business object data.
|
DataLoadException |
This is a base class used for defining exceptions thrown by the DataLoad.It extends AbstractApplicationException which is a Abstract base class .
|
DataLoadSQLException |
This class defines the exceptions thrown by the data load when SQL related errors occur during the processing of business object data.
|
DataLoadSystemException |
This class defines the exceptions thrown by the data load when system errors occur during processing of business object data.
|