The following Java module is delivered with the Loader program:
com.sap.dbtech.powertoys.LoaderException
public class LoaderException extends java.lang.
If a Loader command fails, the Loader exception is output.
public int getErrorCode()
The error code set by the Loader is returned.
public java.lang.String getErrorID()
The error number set by the Loader is returned.
public java.lang.String toString()
The exception is output as a string object.