Berkeley DB XML
version 2.5.16

Uses of Class
com.sleepycat.persist.StoreNotFoundException

Packages that use StoreNotFoundException
com.sleepycat.persist The Direct Persistence Layer (DPL) adds a persistent object model to the Berkeley DB transactional engine. 
com.sleepycat.persist.raw Raw data access for general purpose tools and manual conversions. 
 

Uses of StoreNotFoundException in com.sleepycat.persist
 

Constructors in com.sleepycat.persist that throw StoreNotFoundException
EntityStore(Environment env, String storeName, StoreConfig config)
          Opens an entity store in a given environment.
 

Uses of StoreNotFoundException in com.sleepycat.persist.raw
 

Constructors in com.sleepycat.persist.raw that throw StoreNotFoundException
RawStore(Environment env, String storeName, StoreConfig config)
          Opens an entity store for raw data access.
 


Berkeley DB XML
version 2.5.16

Copyright (c) 1996,2009 Oracle. All rights reserved.