Uses of Class
tigase.component.exceptions.RepositoryException
Packages that use RepositoryException
Package
Description
-
Uses of RepositoryException in tigase.auth
Methods in tigase.auth that throw RepositoryExceptionModifier and TypeMethodDescriptionvoid
PasswordResetterIfc.changePassword
(String encodedToken, String password) void
void
PasswordResetterIfc.validateToken
(String encodedToken) -
Uses of RepositoryException in tigase.component.modules.impl
Methods in tigase.component.modules.impl that throw RepositoryExceptionModifier and TypeMethodDescriptionDiscoveryModule.prepareDiscoItems
(JID jid, String node, JID senderJID, RSM rsm) protected void
DiscoveryModule.processAdHocCommandItems
(Packet packet, JID jid, String node, JID senderJID) protected void
DiscoveryModule.processDiscoInfo
(Packet packet, JID jid, String node, JID senderJID) protected void
DiscoveryModule.processDiscoItems
(Packet packet, JID jid, String node, JID senderJID) -
Uses of RepositoryException in tigase.db
Subclasses of RepositoryException in tigase.dbModifier and TypeClassDescriptionclass
TheDataOverwriteException
exception is thrown when application tries to ovrewrite data in repository but does not have permission to do so.class
Describe class DBInitException here.class
Describe class TigaseDBException here.class
TheUserExistsException
is thrown when application tries to add new user with user ID which already exists in repository.class
TheUserNotFoundException
exception is thrown when application tries to access data for user which does not exist in repository.Methods in tigase.db that throw RepositoryExceptionModifier and TypeMethodDescriptionvoid
DataSource.initialize
(String resource_uri) The method is called to initialize the data repository.void
DummyRepository.initialize
(String connStr) void
DataSourceAware.setDataSource
(T dataSource) Method called to provide class with instance of a data source. -
Uses of RepositoryException in tigase.db.beans
Methods in tigase.db.beans that throw RepositoryExceptionModifier and TypeMethodDescriptionprotected void
AuthRepositoryMDPoolBean.AuthRepositoryConfigBean.initRepository
(AuthRepository repository) protected void
AuthUserRepositoryConfigBean.initRepository
(T repository) protected void
DataSourceBean.DataSourceMDConfigBean.initRepository
(DataSource repo) Initializes instances of provided data source.protected abstract void
MDPoolConfigBean.initRepository
(A repo) Method used to initialize provided instance -
Uses of RepositoryException in tigase.db.util
Methods in tigase.db.util that throw RepositoryException -
Uses of RepositoryException in tigase.db.xml
Methods in tigase.db.xml that throw RepositoryException -
Uses of RepositoryException in tigase.eventbus.component
Methods in tigase.eventbus.component that throw RepositoryExceptionModifier and TypeMethodDescriptionprotected void
EventbusDiscoveryModule.processDiscoInfo
(Packet packet, JID jid, String node, JID senderJID) protected void
EventbusDiscoveryModule.processDiscoItems
(Packet packet, JID jid, String node, JID senderJID) -
Uses of RepositoryException in tigase.monitor.modules
Methods in tigase.monitor.modules that throw RepositoryExceptionModifier and TypeMethodDescriptionprotected void
DiscoveryMonitorModule.processAdHocCommandItems
(Packet packet, JID jid, String node, JID senderJID) protected void
DiscoveryMonitorModule.processDiscoInfo
(Packet packet, JID jid, String node, JID senderJID) protected void
DiscoveryMonitorModule.processDiscoItems
(Packet packet, JID jid, String node, JID senderJID) -
Uses of RepositoryException in tigase.server.xmppclient
Methods in tigase.server.xmppclient that throw RepositoryExceptionModifier and TypeMethodDescriptionvoid
SeeOtherHostDB.JDBCSeeOtherHostRepository.setDataSource
(DataRepository data_repo) -
Uses of RepositoryException in tigase.xmpp.mam
Methods in tigase.xmpp.mam that throw RepositoryExceptionModifier and TypeMethodDescriptionvoid
MAMRepository.queryItems
(Q query, MAMRepository.ItemHandler<Q, I> itemHandler)