public class RemoteReferenceNotFoundException extends Exception
RemoteServiceAdmin.importService(org.osgi.service.remoteserviceadmin.EndpointDescription)
. Instances of this class will be thrown when the call to
IRemoteServiceContainerAdapter.getRemoteServiceReferences(ID, ID[], String, String)
made in
RemoteServiceAdmin.importService(org.osgi.service.remoteserviceadmin.EndpointDescription)
fail to find any available remote references (e.g. due to connection problem
or remote reference lookup problem).Constructor and Description |
---|
RemoteReferenceNotFoundException(ID targetID,
ID[] idFilter,
Collection<String> interfaces,
String rsFilter) |
Modifier and Type | Method and Description |
---|---|
ID[] |
getIdFilter() |
Collection<String> |
getInterfaces() |
String |
getRsFilter() |
ID |
getTargetID() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public RemoteReferenceNotFoundException(ID targetID, ID[] idFilter, Collection<String> interfaces, String rsFilter)
Copyright © 2017 Eclipse Foundation. All rights reserved.