org.springframework.osgi
Class NoSuchServiceException

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.NoSuchServiceException
All Implemented Interfaces:
Serializable

public class NoSuchServiceException
extends OsgiServiceException

Since:
2.0
Author:
Adrian Colyer
See Also:
OsgiServiceUtils, Serialized Form

Constructor Summary
NoSuchServiceException(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

NoSuchServiceException

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


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