Uses of Class
com.redwood.scheduler.api.connector.sap.rfc.scripting.RfcException
- 
Packages that use RfcException Package Description com.redwood.scheduler.api.connector.sap.rfc.scripting Scheduler API - SAP scripting interface
- 
- 
Uses of RfcException in com.redwood.scheduler.api.connector.sap.rfc.scriptingSubclasses of RfcException in com.redwood.scheduler.api.connector.sap.rfc.scripting Modifier and Type Class Description classAbapExceptionABAP exceptionclassBapiExceptionException that represents a BAPI errorclassJobDoesNotExistExceptionThis exception is thrown if an operation has been attempted on a SAP batch job that does not exist anymoreConstructors in com.redwood.scheduler.api.connector.sap.rfc.scripting with parameters of type RfcException Constructor Description JobDoesNotExistException(String jobname, String jobcount, RfcException cause)
 
-