Uses of Class
com.saperion.exception.SaSapUrlException
-
Packages that use SaSapUrlException Package Description com.saperion.connector This package contains the main classic connector classes.com.saperion.connector.rmi Package for connector RMI client classes. -
-
Uses of SaSapUrlException in com.saperion.connector
Methods in com.saperion.connector that throw SaSapUrlException Modifier and Type Method Description SapDocInfo
SaClassicConnector. checkSapUrl(java.lang.String url)
Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.SapDocInfo
SaClassicConnectorImpl. checkSapUrl(java.lang.String url)
-
Uses of SaSapUrlException in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that throw SaSapUrlException Modifier and Type Method Description SapDocInfo
AbstractDocRMIClientCommand. checkSapUrl(java.lang.String url)
Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.SapDocInfo
SaRMIClientCommand. checkSapUrl(java.lang.String url)
Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.
-