Class RemoteReferenceNotFoundException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.eclipse.ecf.osgi.services.remoteserviceadmin.RemoteReferenceNotFoundException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class RemoteReferenceNotFoundException extends Exception Exception class for the case when no remote reference is found duringRemoteServiceAdmin.importService(org.osgi.service.remoteserviceadmin.EndpointDescription). Instances of this class will be thrown when the call toIRemoteServiceContainerAdapter.getRemoteServiceReferences(ID, ID[], String, String)made inRemoteServiceAdmin.importService(org.osgi.service.remoteserviceadmin.EndpointDescription)fail to find any available remote references (e.g. due to connection problem or remote reference lookup problem).- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RemoteReferenceNotFoundException(ID targetID, ID[] idFilter, Collection<String> interfaces, String rsFilter)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ID[]getIdFilter()Collection<String>getInterfaces()StringgetRsFilter()IDgetTargetID()StringtoString()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
- 
- 
- 
Constructor Detail- 
RemoteReferenceNotFoundExceptionpublic RemoteReferenceNotFoundException(ID targetID, ID[] idFilter, Collection<String> interfaces, String rsFilter) 
 
- 
 
-