Class NoCompatibleProviderFoundException

    • Constructor Detail

      • NoCompatibleProviderFoundException

        public NoCompatibleProviderFoundException​(String interfaceName,
                                                  Version interfaceVersion,
                                                  String domain,
                                                  Set<Version> discoveredVersions)
        Constructor for a NoCompatibleProviderFoundException with the name of the interface for which no compatible version was found and a set of versions for which providers were found.
        Parameters:
        interfaceName - the name of the interface for which no matching provider was found.
        interfaceVersion - the version of the interface for which a provider was looked for.
        domain - the domain in which a provider for the interface was looked for.
        discoveredVersions - the set of versions for which providers were found, but aren't compatible with the version being looked for.