Uses of Class
tigase.db.UserExistsException
Packages that use UserExistsException
-
Uses of UserExistsException in tigase.db
Methods in tigase.db that throw UserExistsException -
Uses of UserExistsException in tigase.db.jdbc
Methods in tigase.db.jdbc that throw UserExistsExceptionModifier and TypeMethodDescriptionvoid
void
JDBCRepository.addUser
(tigase.xmpp.jid.BareJID user_id) void
void
Deprecated.void
-
Uses of UserExistsException in tigase.db.ldap
Methods in tigase.db.ldap that throw UserExistsException -
Uses of UserExistsException in tigase.db.xml
Methods in tigase.db.xml that throw UserExistsExceptionModifier and TypeMethodDescriptionvoid
XMLRepository.addUser
(tigase.xmpp.jid.BareJID user) void
void
XMLRepository.updatePassword
(tigase.xmpp.jid.BareJID user, String password)