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.


Variable Index

 o unsyncdProps
An array containing the names of the Properties that could not be synchronized

Constructor Index

 o ServicePropertySyncException(String, String[])
Consturcts a ServicePropertySyncException object.

Variables

 o unsyncdProps

 public String unsyncdProps[]

An array containing the names of the Properties that could not be synchronized

Constructors

 o 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