|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.springframework.osgi.OsgiException org.springframework.osgi.service.ServiceException org.springframework.osgi.service.ServiceUnavailableException
public class ServiceUnavailableException
Exception indicating that an OSGi service became unavailable/unregistered. Normally this exception is used to indicate that no suitable replacement is found (in case service rebinding is actually performed).
Constructor Summary | |
---|---|
ServiceUnavailableException(Filter filter)
Constructs a new ServiceUnavailableException instance. |
|
ServiceUnavailableException(ServiceReference reference)
Constructs a new ServiceUnavailableException instance. |
|
ServiceUnavailableException(String filter)
Constructs a new ServiceUnavailableException instance. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServiceUnavailableException(Filter filter)
ServiceUnavailableException
instance.
filter
- service filterpublic ServiceUnavailableException(String filter)
ServiceUnavailableException
instance.
filter
- service filter (passed as a string)public ServiceUnavailableException(ServiceReference reference)
ServiceUnavailableException
instance.
reference
- service reference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |