Uses of Class
org.eclipse.higgins.cardstore.exceptions.DuplicateCardIdException

Packages that use DuplicateCardIdException
org.eclipse.higgins.cardstore.schemas._2005._05.identity   
org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl   
 

Uses of DuplicateCardIdException in org.eclipse.higgins.cardstore.schemas._2005._05.identity
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity that throw DuplicateCardIdException
 void IRoamingStore.addRoamingInformationCard(IRoamingInformationCard card)
          Use this method to add information cards to the store.
 

Uses of DuplicateCardIdException in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl
 

Methods in org.eclipse.higgins.cardstore.schemas._2005._05.identity.impl that throw DuplicateCardIdException
 void RoamingStore.addRoamingInformationCard(IRoamingInformationCard card)