If errors occur while using the Loader Java classes, the system triggers the following exceptions:
Class |
When Is This Exception Triggered? |
---|---|
com.sap.dbtech.powertoys.LoaderException |
If the Loader registers an error. |
com.sap.dbtech.rte.comm.RTEException |
If the Java platform cannot set up a connection to the Loader. When an existing connection is interrupted |
Method |
Description |
---|---|
public int getErrorCode() |
Returns the Loader error code. |
public String getErrorID() |
Returns the Loader error number. |
public String toString() |
Returns the exception as a string object. |