Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.base.NotFoundException

Packages that use NotFoundException
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.base.database DB implementation of base interfaces and APIs. 
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.net A server network i/o front end package. 
com.jivesoftware.forum.net.spi Implementations of the net interfaces. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
 

Uses of NotFoundException in com.jivesoftware.base
 

Methods in com.jivesoftware.base that throw NotFoundException
 Poll PollManager.getPoll(long pollID)
          Returns the Poll specified by the poll ID.
 

Uses of NotFoundException in com.jivesoftware.base.database
 

Methods in com.jivesoftware.base.database that throw NotFoundException
 Poll DbPollManager.getPoll(long pollID)
           
 

Constructors in com.jivesoftware.base.database that throw NotFoundException
DbPoll(long id)
          load an existing poll.
 

Uses of NotFoundException in com.jivesoftware.forum
 

Subclasses of NotFoundException in com.jivesoftware.forum
 class TagObjectNotFoundException
          Thrown if the specified tag object was not found.
 

Methods in com.jivesoftware.forum that throw NotFoundException
 Query QueryLogger.getQuery(long queryID)
          Returns the query associated with the given queryID.
 

Uses of NotFoundException in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that throw NotFoundException
 Query DbQueryLogger.getQuery(long queryID)
          Convenience method to load a particular search query.
 

Constructors in com.jivesoftware.forum.database that throw NotFoundException
DbQuery(long id)
          Load an existing query.
 

Uses of NotFoundException in com.jivesoftware.forum.net
 

Methods in com.jivesoftware.forum.net that throw NotFoundException
 AcceptPort AcceptManager.getAcceptPort(java.net.InetAddress portAddress, int portNumber)
          Obtains an accept port by address and port.
 Connection ConnectionManager.getConnection(int id)
          Obtain a connection by it's ID.
 

Uses of NotFoundException in com.jivesoftware.forum.net.spi
 

Methods in com.jivesoftware.forum.net.spi that throw NotFoundException
 Connection AbstractConnectionManager.getConnection(int id)
           
 

Uses of NotFoundException in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy that throw NotFoundException
 Poll PollManagerProxy.getPoll(long pollID)
           
 Query QueryLoggerProxy.getQuery(long queryID)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.