com.sleepycat.persist
Class StoreExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.je.DatabaseException
com.sleepycat.je.OperationFailureException
com.sleepycat.persist.StoreExistsException
- All Implemented Interfaces:
- Serializable
public class StoreExistsException
- extends OperationFailureException
Thrown by the EntityStore
constructor when the ExclusiveCreate
configuration parameter is
true and the store's internal catalog database already exists.
- Author:
- Mark Hayes
- See Also:
- Serialized Form
StoreExistsException
public StoreExistsException(String message)
- For internal use only.
wrapSelf
public OperationFailureException wrapSelf(String msg)
- For internal use only.
- Specified by:
wrapSelf
in class OperationFailureException
Copyright (c) 2004-2010 Oracle. All rights reserved.