Uses of Class
ccs.beetree.BeeException

Packages that use BeeException
ccs.beetree A B-Tree-based BLOB persistence engine. 
ccs.cdb Object-persistence layer on top of the BeeTree BLOB-persistence engine. 
 

Uses of BeeException in ccs.beetree
 

Methods in ccs.beetree that throw BeeException
 void BeeTree.delete(BeeObject bo)
          Deletes the supplied object from the BeeTree.
 void BeeTree.insert(BeeObject bo)
          Inserts an object into the BeeTree.
 

Uses of BeeException in ccs.cdb
 

Subclasses of BeeException in ccs.cdb
 class WrongSetException