org.springframework.osgi
Class OsgiServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.osgi.OsgiServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmbiguousServiceReferenceException, NoSuchServiceException, ServiceUnavailableException

public class OsgiServiceException
extends RuntimeException

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

Constructor Summary
OsgiServiceException(String message, Class serviceType, String filter)
           
 
Method Summary
 String getFilter()
           
 Class 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

OsgiServiceException

public OsgiServiceException(String message,
                            Class serviceType,
                            String filter)
Method Detail

getServiceType

public Class getServiceType()

getFilter

public String getFilter()


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