org.springframework.osgi
Class ServiceUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.osgi.OsgiServiceException
                  extended by org.springframework.osgi.ServiceUnavailableException
All Implemented Interfaces:
Serializable

public class ServiceUnavailableException
extends OsgiServiceException

Exception thrown when an OSGi service obtained via the OsgiServiceProxyFactoryBean is unregistered and attempts to rebind to a suitable replacement have failed.

Since:
2.0
Author:
Adrian Colyer
See Also:
org.springframework.osgi.service.importer.OsgiServiceProxyFactoryBean, Serialized Form

Constructor Summary
ServiceUnavailableException(String message, Class serviceType, String filter)
           
 
Method Summary
 
Methods inherited from class org.springframework.osgi.OsgiServiceException
getFilter, getServiceType
 
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

ServiceUnavailableException

public ServiceUnavailableException(String message,
                                   Class serviceType,
                                   String filter)


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