All Packages Class Hierarchy This Package Previous Next Index
Class COM.meitca.concordia.service.NoSuchServiceException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----COM.meitca.concordia.service.ServiceException
|
+----COM.meitca.concordia.service.NoSuchServiceException
- public class NoSuchServiceException
- extends ServiceException
An exception thown by ServiceBridge.getServiceBridge to indicate
that there is no ServiceBridge with the requested name.
-
NoSuchServiceException(String)
-
NoSuchServiceException
public NoSuchServiceException(String message)
All Packages Class Hierarchy This Package Previous Next Index