Uses of Class
io.joynr.exceptions.NoCompatibleProviderFoundException
-
Packages that use NoCompatibleProviderFoundException Package Description io.joynr.exceptions -
-
Uses of NoCompatibleProviderFoundException in io.joynr.exceptions
Methods in io.joynr.exceptions that return NoCompatibleProviderFoundException Modifier and Type Method Description NoCompatibleProviderFoundExceptionMultiDomainNoCompatibleProviderFoundException. getExceptionForDomain(String domain)Returns theNoCompatibleProviderFoundExceptionfor the given domain if one exists.Methods in io.joynr.exceptions that return types with arguments of type NoCompatibleProviderFoundException Modifier and Type Method Description Map<String,NoCompatibleProviderFoundException>MultiDomainNoCompatibleProviderFoundException. getExceptionsByDomain()Gets the map of domains toNoCompatibleProviderFoundException.Constructor parameters in io.joynr.exceptions with type arguments of type NoCompatibleProviderFoundException Constructor Description MultiDomainNoCompatibleProviderFoundException(Map<String,NoCompatibleProviderFoundException> exceptionsByDomain)Constructor which takes the map of domains toNoCompatibleProviderFoundException.
-