Berkeley DB Java Edition
version 1.5.1

com.sleepycat.je
Class DatabaseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sleepycat.je.DatabaseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DatabaseNotFoundException, DeadlockException, LockNotGrantedException, RunRecoveryException

public class DatabaseException
extends Exception

The root of all database exceptions.

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.