Uses of Class
mail.SavingException

Packages that use SavingException
mail   
 

Uses of SavingException in mail
 

Methods in mail that throw SavingException
 void Addressbook.add(FriendNode fn)
           
 boolean Addressbook.remove(FriendNode n)
           
 void Addressbook.save()
           
 void MailArchive.Folder.setProps(java.lang.String name, java.lang.String props)
          sets the properties for a given mail-name and saves them
 MailArchive.MailEntry MailArchive.store(Mail m)
          stores a mail in the Inbox of the Archive
 MailArchive.MailEntry MailArchive.Folder.store(Mail m)
          stores a mail in this folder
private  void Store.storeContent()
           
private  void Addressbook.update()