JXTA

Uses of Class
net.jxta.impl.xindice.util.XindiceException

Packages that use XindiceException
net.jxta.impl.xindice.core   
net.jxta.impl.xindice.core.filer   
 

Uses of XindiceException in net.jxta.impl.xindice.core
 

Subclasses of XindiceException in net.jxta.impl.xindice.core
 class DBException
          A DBException is thrown by the database if an exception occurs in the managing (creating, dropping) database objects such as Collections, Indexes, and XMLObjects.
 

Uses of XindiceException in net.jxta.impl.xindice.core.filer
 

Subclasses of XindiceException in net.jxta.impl.xindice.core.filer
 class BTreeCorruptException
          A BTreecorruptException is thrown by the BTree if the BTree appears to be corrupted in some way.
 class BTreeException
          A BTreeException is thrown by the BTree if an exception occurs in the managing of the BTree.
 class BTreeNotFoundException
          A BTreeNotFoundException is thrown by the BTree if a Value can't be found in the BTree.
 class FilerException
          A FilerException is thrown by a Filer if an exception occurs in the managing of the Filer.
 


JXSE