public class NoCompatibleProviderFoundException extends DiscoveryException
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<Version> |
getDiscoveredVersions() |
String |
getDomain() |
String |
getInterfaceName() |
Version |
getInterfaceVersion() |
int |
hashCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoCompatibleProviderFoundException(String interfaceName, Version interfaceVersion, String domain, Set<Version> discoveredVersions)
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.public String getInterfaceName()
public Version getInterfaceVersion()
public String getDomain()
public int hashCode()
hashCode in interface JoynrExceptionhashCode in class JoynrRuntimeExceptionpublic boolean equals(Object obj)
equals in interface JoynrExceptionequals in class JoynrRuntimeExceptionCopyright © 2021. All rights reserved.