All Packages Class Hierarchy This Package Previous Next Index
Class COM.meitca.concordia.service.ServicePropertySyncException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----COM.meitca.concordia.service.ServiceException
|
+----COM.meitca.concordia.service.ServicePropertySyncException
- public class ServicePropertySyncException
- extends ServiceException
An excpetion indicating that a ServiceBridge could not
syncronize some of its properties.
-
unsyncdProps
- An array containing the names of the Properties that could not be
synchronized
-
ServicePropertySyncException(String, String[])
- Consturcts a ServicePropertySyncException object.
unsyncdProps
public String unsyncdProps[]
- An array containing the names of the Properties that could not be
synchronized
ServicePropertySyncException
public ServicePropertySyncException(String message,
String unsync[])
- Consturcts a ServicePropertySyncException object.
- Parameters:
- message - a message describing the Exception
- unsync - an array containing the names of the Properties
that could not be synchronized
All Packages Class Hierarchy This Package Previous Next Index