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.scripting
Subclasses of RfcException in com.redwood.scheduler.api.connector.sap.rfc.scripting Modifier and Type Class Description class
AbapException
ABAP exceptionclass
BapiException
Exception that represents a BAPI errorclass
JobDoesNotExistException
This 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)
-