Uses of Class
org.jivesoftware.util.NotFoundException
Packages that use NotFoundException
Package
Description
Implementation of Multi-User Chat (XEP-0045).
- 
Uses of NotFoundException in org.jivesoftware.openfire.crowd
Methods in org.jivesoftware.openfire.crowd that throw NotFoundExceptionModifier and TypeMethodDescriptionorg.dom4j.ElementCrowdVCardProvider.updateVCard(String username, org.dom4j.Element vCard)  - 
Uses of NotFoundException in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that throw NotFoundExceptionModifier and TypeMethodDescriptionvoidMultiUserChatManager.removeMultiUserChatService(long serviceID) Deletes a configured MultiUserChatService by ID, and shuts it down.voidMultiUserChatManager.removeMultiUserChatService(String subdomain) Deletes a configured MultiUserChatService by subdomain, and shuts it down.voidMUCRoom.sendPrivatePacket(org.xmpp.packet.Packet packet, MUCOccupant sender) Sends a private packet to a selected occupant.voidMultiUserChatManager.updateMultiUserChatService(long serviceID, String subdomain, String description) Updates the configuration of a MUC service.voidMultiUserChatManager.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 NotFoundExceptionModifier and TypeMethodDescriptionorg.dom4j.ElementDefaultVCardProvider.updateVCard(String username, org.dom4j.Element vCardElement) org.dom4j.ElementVCardProvider.updateVCard(String username, org.dom4j.Element vCardElement) Updates the user vcard in the backend store.