Uses of Class
org.frankframework.extensions.sap.SapException
Packages that use SapException
Package
Description
-
Uses of SapException in org.frankframework.extensions.sap.jco3
Methods in org.frankframework.extensions.sap.jco3 that throw SapExceptionModifier and TypeMethodDescriptioncom.sap.conn.jco.JCoDestinationSapSenderBase.getDestination(PipeLineSession session, SapSystemImpl sapSystem) com.sap.conn.jco.JCoFunctionSapSenderImpl.getFunction(SapSystemImpl sapSystem, ParameterValueList pvl) protected com.sap.conn.jco.JCoFunctionTemplateSapFunctionFacade.getFunctionTemplate()com.sap.conn.jco.JCoFunctionTemplateSapFunctionFacade.getFunctionTemplate(SapSystemImpl sapSystem, String functionName) SapFunctionFacade.getSapSystem()SapFunctionFacade.getSapSystem(String systemName) SapSenderBase.getSystem(ParameterValueList pvl) SapSenderBase.getTid(com.sap.conn.jco.JCoDestination destination, SapSystemImpl sapSystem) voidSapFunctionFacade.message2FunctionCall(com.sap.conn.jco.JCoFunction function, String request, String correlationId, ParameterValueList pvl) voidSapFunctionFacade.message2FunctionResult(com.sap.conn.jco.JCoFunction function, String result) voidSapFunctionFacade.openFacade()voidSapSystemImpl.openSystem()static voidSapSystemImpl.openSystems()protected static voidSapFunctionFacade.setParameters(com.sap.conn.jco.JCoParameterList inputOrOutputParameterList, com.sap.conn.jco.JCoParameterList tableParameterList, String message, int fieldIndex) -
Uses of SapException in org.frankframework.extensions.sap.jco3.tx
Methods in org.frankframework.extensions.sap.jco3.tx that throw SapExceptionConstructors in org.frankframework.extensions.sap.jco3.tx with parameters of type SapExceptionModifierConstructorDescriptionSynchedLocalTransactionFailedException(String msg, SapException cause) Create a new SynchedLocalTransactionFailedException.