public class ServiceUnavailableException
extends org.osgi.framework.ServiceException
OSGiService service reference is marked as dynamic,
an attempt is made to get a reference to the service in the OSGi Service
Registry when the service is used, and then the method is
invoked on the newly obtained service. If the service cannot be discovered
or a reference obtained, the ServiceUnavailableException
is thrown.| Constructor and Description |
|---|
ServiceUnavailableException(java.lang.String msg,
int type,
java.lang.Throwable cause) |
Copyright © 2018 GlassFish Community. All Rights Reserved.