Class AbapException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com.redwood.scheduler.api.connector.sap.rfc.scripting.RfcException
- 
- com.redwood.scheduler.api.connector.sap.rfc.scripting.AbapException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class AbapException extends RfcException ABAP exception- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AbapException(String functionName, String key, String msg)AbapException(String functionName, String key, String[] importParams, Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFunctionModuleName()Get the function module nameStringgetKey()Get the key of the ABAP exceptionString[]getParameters()Get import parameters of the function module- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
AbapExceptionpublic AbapException(String functionName, String key, String[] importParams, Throwable cause) - Parameters:
- functionName- Name of the function module that caused this BAPI exception
- key- Key of the ABAP exception
- importParams- Import parameters of the function module
- cause-
 
 
- 
 - 
Method Detail- 
getFunctionModuleNamepublic String getFunctionModuleName() Get the function module name- Returns:
- name of the function module
 
 - 
getKeypublic String getKey() Get the key of the ABAP exception- Returns:
- key
 
 - 
getParameterspublic String[] getParameters() Get import parameters of the function module- Returns:
- array with the import parameters of the function module
 
 
- 
 
-