org.springframework.osgi.service.importer
Class ServiceProxyDestroyedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.osgi.OsgiException
                  extended by org.springframework.osgi.service.ServiceException
                      extended by org.springframework.osgi.service.importer.ServiceProxyDestroyedException
All Implemented Interfaces:
Serializable

public class ServiceProxyDestroyedException
extends ServiceException

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.

Author:
Costin Leau
See Also:
Serialized Form

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

ServiceProxyDestroyedException

public ServiceProxyDestroyedException()
Constructs a new ServiceProxyDestroyedException instance.


ServiceProxyDestroyedException

public ServiceProxyDestroyedException(String message,
                                      Throwable cause)
Constructs a new ServiceProxyDestroyedException instance.

Parameters:
message -
cause -

ServiceProxyDestroyedException

public ServiceProxyDestroyedException(String message)
Constructs a new ServiceProxyDestroyedException instance.

Parameters:
message -

ServiceProxyDestroyedException

public ServiceProxyDestroyedException(Throwable cause)
Constructs a new ServiceProxyDestroyedException instance.

Parameters:
cause -


Copyright © 2006-2009 Spring Framework. All Rights Reserved.