com.sleepycat.je
Class DatabaseNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sleepycat.je.DatabaseException
              extended by com.sleepycat.je.DatabaseNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseNotFoundException
extends DatabaseException

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

See Also:
Serialized Form

Constructor Summary
DatabaseNotFoundException()
           
DatabaseNotFoundException(java.lang.String message)
           
DatabaseNotFoundException(java.lang.String message, java.lang.Throwable t)
           
DatabaseNotFoundException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class com.sleepycat.je.DatabaseException
getVersionHeader
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseNotFoundException

public DatabaseNotFoundException()

DatabaseNotFoundException

public DatabaseNotFoundException(java.lang.Throwable t)

DatabaseNotFoundException

public DatabaseNotFoundException(java.lang.String message)

DatabaseNotFoundException

public DatabaseNotFoundException(java.lang.String message,
                                 java.lang.Throwable t)