Uses of Class
com.jivesoftware.spark.ui.ChatRoomNotFoundException

Packages that use ChatRoomNotFoundException
com.jivesoftware.spark.ui Provides support by providing all chat specific components, such as ChatRoom and ContactList. 
 

Uses of ChatRoomNotFoundException in com.jivesoftware.spark.ui
 

Methods in com.jivesoftware.spark.ui that throw ChatRoomNotFoundException
 ChatRoom ChatContainer.getChatRoom(java.lang.String roomName)
          Returns a ChatRoom by name.
 ChatRoom ChatContainer.getChatRoom(int location)
          Returns a ChatRoom in the specified tab location.
 ChatRoom ChatContainer.getActiveChatRoom()
          Returns the Active ChatRoom.