Uses of Class
org.dvb.internet.EntryExistsException

Packages that use EntryExistsException
org.dvb.internet Provides a mechanism for GEM applications to control internet clients that may be present on an GEM such as a web browser or email client. 
 

Uses of EntryExistsException in org.dvb.internet
 

Methods in org.dvb.internet that throw EntryExistsException
 void WWWBrowserService.addBookmark(java.net.URL bookmarkUrl, java.lang.String name)
          Add a bookmark to the list of bookmarks in the current application.
 void EmailClientService.addToAddressBook(java.lang.String address, java.lang.String name)
          Add an entry to the address book.