Berkeley DB Java Edition
version 1.5.1

com.sleepycat.je
Class RunRecoveryException

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

public class RunRecoveryException
extends DatabaseException

Thrown when the database environment needs to be recovered.

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.