com.sleepycat.persist
Class StoreNotFoundException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.sleepycat.db.DatabaseException
              
com.sleepycat.persist.StoreNotFoundException
- All Implemented Interfaces: 
 - Serializable
 
public class StoreNotFoundException
- extends DatabaseException
 
Thrown by the EntityStore constructor when the AllowCreate configuration parameter is false and
 the store's internal catalog database does not exist.
- See Also:
 - Serialized Form
 
 
 
 
 
 
StoreNotFoundException
public StoreNotFoundException(String message)
Copyright (c) 1996, 2013 Oracle and/or its affiliates.  All rights reserved.