com.sleepycat.db
Class RunRecoveryException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.sleepycat.db.DatabaseException
              
com.sleepycat.db.RunRecoveryException
- All Implemented Interfaces: 
 - Serializable
 
- public class RunRecoveryException
- extends DatabaseException
  
Thrown when the database environment needs to be recovered.
Errors can occur in where the only solution is to shut down the
application and run recovery.  When a fatal error occurs, this
exception will be thrown, and all subsequent calls will also fail in
the same way.  When this occurs, recovery should be performed.
- See Also:
 - Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
Copyright (c) 1996-2004 Sleepycat Software, Inc. - All rights reserved.