org.springframework.osgi
Class AmbiguousServiceReferenceException

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

public class AmbiguousServiceReferenceException
extends OsgiServiceException

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

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

AmbiguousServiceReferenceException

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


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