Uses of Class
ibspan.tss.dao.UserAlreadyKnownException

Packages that use UserAlreadyKnownException
ibspan.tss.dao Set of Data Access Objects providing nice interface to underlying ontological models, especially in situation when use of Jastor-generated beans cannot support in solving particular problem. 
 

Uses of UserAlreadyKnownException in ibspan.tss.dao
 

Methods in ibspan.tss.dao that throw UserAlreadyKnownException
 int UsersDAO.registerUser(String name, String login, String password)
          Creates (registers) an account for the user with given properties.