com.sleepycat.je
Class DatabaseNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.je.DatabaseException
com.sleepycat.je.OperationFailureException
com.sleepycat.je.DatabaseNotFoundException
- All Implemented Interfaces:
- Serializable
public class DatabaseNotFoundException
- extends OperationFailureException
Thrown when an operation requires a database and that database does not
exist.
The Transaction
handle is not invalidated as a result of
this exception.
- See Also:
- Serialized Form
Copyright (c) 2004-2011 Oracle. All rights reserved.