Uses of Class
org.jivesoftware.util.NotFoundException
-
Packages that use NotFoundException Package Description org.jivesoftware.openfire.crowd org.jivesoftware.openfire.muc Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.vcard -
-
Uses of NotFoundException in org.jivesoftware.openfire.crowd
Methods in org.jivesoftware.openfire.crowd that throw NotFoundException Modifier and Type Method Description org.dom4j.Element
CrowdVCardProvider. updateVCard(String username, org.dom4j.Element vCard)
-
Uses of NotFoundException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw NotFoundException Modifier and Type Method Description void
MultiUserChatManager. removeMultiUserChatService(long serviceID)
Deletes a configured MultiUserChatService by ID, and shuts it down.void
MultiUserChatManager. removeMultiUserChatService(String subdomain)
Deletes a configured MultiUserChatService by subdomain, and shuts it down.void
MUCRoom. sendPrivatePacket(org.xmpp.packet.Packet packet, MUCRole senderRole)
Sends a private packet to a selected occupant.void
MultiUserChatManager. updateMultiUserChatService(long serviceID, String subdomain, String description)
Updates the configuration of a MUC service.void
MultiUserChatManager. updateMultiUserChatService(String currentSubdomain, String newSubdomain, String description)
Updates the configuration of a MUC service. -
Uses of NotFoundException in org.jivesoftware.openfire.vcard
Methods in org.jivesoftware.openfire.vcard that throw NotFoundException Modifier and Type Method Description org.dom4j.Element
DefaultVCardProvider. updateVCard(String username, org.dom4j.Element vCardElement)
org.dom4j.Element
VCardProvider. updateVCard(String username, org.dom4j.Element vCardElement)
Updates the user vcard in the backend store.
-