org.springframework.osgi
Class OsgiServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OsgiServiceException
public OsgiServiceException(String message,
Class serviceType,
String filter)
getServiceType
public Class getServiceType()
getFilter
public String getFilter()
Copyright © 2006-2007 Spring Framework. All Rights Reserved.