Uses of Class
common.interfaces.exceptions.UserAlreadyInsertedException

Packages that use UserAlreadyInsertedException
common   
common.interfaces   
messageServerP   
 

Uses of UserAlreadyInsertedException in common
 

Methods in common that throw UserAlreadyInsertedException
 void ContactList.addUser(User user, boolean friend)
          Adds a User nickname to the contact list.
 

Uses of UserAlreadyInsertedException in common.interfaces
 

Methods in common.interfaces that throw UserAlreadyInsertedException
 void MSForServletInterface.addToFriends(User user, java.lang.String pw, User userToAdd)
          Used by a servlet to tell the message server to add another user in his contact list as friend.
 

Uses of UserAlreadyInsertedException in messageServerP
 

Methods in messageServerP that throw UserAlreadyInsertedException
 void ManagedUser.addFriend(User user)
          Adds a friend to the incoming contact list of this user.
 void Communication.addToFriends(User user, java.lang.String userPw, User userToAdd)