Uses of Class
exception.UnknownUserException

Packages that use UnknownUserException
architectureInterface Provides all interfaces, given by this mix' software architecture for each component ("NameOfComponent"Interface.java). 
userDatabase User Database component - Used to store user-specific data (for example identifiers, session keys or buffers) 
 

Uses of UnknownUserException in architectureInterface
 

Methods in architectureInterface that throw UnknownUserException
 User UserDatabaseInterface.getUser(int identifier)
          Must return the User with the bypassed identifier.
 User UserDatabaseInterface.getUserByNextMixIdentifier(int nextMixIdentifier)
          Must return the User with the bypassed identifier.
 void UserDatabaseInterface.removeUser(int identifier)
          Must remove the User with the bypassed identifier.
 

Uses of UnknownUserException in userDatabase
 

Methods in userDatabase that throw UnknownUserException
 User UserDatabaseController.getUser(int identifier)
          Returns the User with the bypassed identifier.
 User UserDatabaseController.getUserByNextMixIdentifier(int nextMixIdentifier)
          Returns the User with the bypassed identifier.
 void UserDatabaseController.removeUser(int identifier)
          Removes the User with the bypassed identifier.