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.connectorMethods in com.saperion.connector that throw SaSapUrlException Modifier and Type Method Description SapDocInfoSaClassicConnector. checkSapUrl(java.lang.String url)Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.SapDocInfoSaClassicConnectorImpl. checkSapUrl(java.lang.String url)
- 
Uses of SaSapUrlException in com.saperion.connector.rmiMethods in com.saperion.connector.rmi that throw SaSapUrlException Modifier and Type Method Description SapDocInfoAbstractDocRMIClientCommand. checkSapUrl(java.lang.String url)Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.SapDocInfoSaRMIClientCommand. checkSapUrl(java.lang.String url)Checks the given SAP URL on the R/Link server and returns, if successfull, the HDOC and the DDC.
 
-