Uses of Class
org.gcube.resources.discovery.client.api.DiscoveryException
-
Packages that use DiscoveryException Package Description org.gcube.resources.discovery.client.api org.gcube.resources.discovery.client.impl -
-
Uses of DiscoveryException in org.gcube.resources.discovery.client.api
Methods in org.gcube.resources.discovery.client.api that throw DiscoveryException Modifier and Type Method Description List<R>DiscoveryClient. submit(Query query)Submits aQueryfor remote execution and returns a list of typed results. -
Uses of DiscoveryException in org.gcube.resources.discovery.client.impl
Methods in org.gcube.resources.discovery.client.impl that throw DiscoveryException Modifier and Type Method Description List<R>DelegateClient. submit(Query query)Submits aQueryfor remote execution and returns a list of typed results.
-