Uses of Class
com.sap.security.api.umap.system.ExceptionInImplementationException

Packages that use ExceptionInImplementationException
com.sap.security.api.umap.system   
 

Uses of ExceptionInImplementationException in com.sap.security.api.umap.system
 

Methods in com.sap.security.api.umap.system that throw ExceptionInImplementationException
 java.util.Enumeration ISystemLandscapeWrapper.getAllAliases()
          Returns all aliases for systems known to the underlying system landscape implementation.
 java.lang.String ISystemLandscapeWrapper.getUniqueKeyForAlias(java.lang.String alias)
          Returns a unique key for a given system alias.
 java.util.Enumeration ISystemLandscapeWrapper.getAllUniqueKeys()
          Returns a list of all unique keys of systems in the underlying system landscape.
 ISystemLandscapeObject ISystemLandscapeWrapper.getSystemByUniqueKey(java.lang.String uniqueKey)
          Retrieves a system landscape object stored under this unique key.
 ISystemLandscapeObject ISystemLandscapeWrapper.getSystemByAlias(java.lang.String alias)
          Retrieves a system landscape object stored under this alias.