Berkeley DB Java Edition
version 1.5.1

com.sleepycat.je
Class DatabaseNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sleepycat.je.DatabaseException
                    |
                    +--com.sleepycat.je.DatabaseNotFoundException
All Implemented Interfaces:
Serializable

public class DatabaseNotFoundException
extends DatabaseException

Thrown when an operation requires a database and that database does not exist.

See Also:
Serialized Form

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


Berkeley DB Java Edition
version 1.5.1

Copyright (c) 1996-2004 Sleepycat Software, Inc. - All rights reserved.