|
||||||||||
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.importer.ServiceProxyDestroyedException
public class ServiceProxyDestroyedException
Exception indicating the accessed OSGi service proxy has been destroyed. Usually this exception is thrown when certain operations (normally those that involve accessing the proxy target service ) are called on an OSGi service proxy that has been destroyed.
Constructor Summary | |
---|---|
ServiceProxyDestroyedException()
Constructs a new ServiceProxyDestroyedException instance. |
|
ServiceProxyDestroyedException(String message)
Constructs a new ServiceProxyDestroyedException instance. |
|
ServiceProxyDestroyedException(String message,
Throwable cause)
Constructs a new ServiceProxyDestroyedException instance. |
|
ServiceProxyDestroyedException(Throwable cause)
Constructs a new ServiceProxyDestroyedException 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 ServiceProxyDestroyedException()
ServiceProxyDestroyedException
instance.
public ServiceProxyDestroyedException(String message, Throwable cause)
ServiceProxyDestroyedException
instance.
message
- cause
- public ServiceProxyDestroyedException(String message)
ServiceProxyDestroyedException
instance.
message
- public ServiceProxyDestroyedException(Throwable cause)
ServiceProxyDestroyedException
instance.
cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |