Uses of Class
exception.UserAlreadyExistingException

Packages that use UserAlreadyExistingException
architectureInterface Provides all interfaces, given by this mix' software architecture for each component ("NameOfComponent"Interface.java). 
inputOutputHandler InputOutputHandler component - Handles (mix) message-based connections (see package Message) with communication partners (clients, other mixes and proxy servers) and therefore abstracts from the physic communication channels. 
userDatabase User Database component - Used to store user-specific data (for example identifiers, session keys or buffers) 
 

Uses of UserAlreadyExistingException in architectureInterface
 

Methods in architectureInterface that throw UserAlreadyExistingException
 void UserDatabaseInterface.addUser(User user)
          Must add the bypassed User to the internal database.
 

Uses of UserAlreadyExistingException in inputOutputHandler
 

Methods in inputOutputHandler that throw UserAlreadyExistingException
private  User PreviousMixConnectionHandler.createNewUser(int userIdentifier)
          Creates a new User with the bypassed identifier.
 

Uses of UserAlreadyExistingException in userDatabase
 

Methods in userDatabase that throw UserAlreadyExistingException
 void UserDatabaseController.addUser(User user)
          Adds the bypassed User to the internal database.