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