com.sleepycat.je
Class RunRecoveryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sleepycat.je.DatabaseException
              extended bycom.sleepycat.je.RunRecoveryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DbChecksumException, RecoveryException

public class RunRecoveryException
extends DatabaseException

Javadoc for this public class is generated via the doc templates in the doc_src directory.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
RunRecoveryException(EnvironmentImpl env)
           
RunRecoveryException(EnvironmentImpl env, String message)
           
RunRecoveryException(EnvironmentImpl env, String message, Throwable t)
           
RunRecoveryException(EnvironmentImpl env, Throwable t)
           
 
Method Summary
 void setAlreadyThrown()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunRecoveryException

public RunRecoveryException(EnvironmentImpl env)

RunRecoveryException

public RunRecoveryException(EnvironmentImpl env,
                            Throwable t)

RunRecoveryException

public RunRecoveryException(EnvironmentImpl env,
                            String message)

RunRecoveryException

public RunRecoveryException(EnvironmentImpl env,
                            String message,
                            Throwable t)
Method Detail

setAlreadyThrown

public void setAlreadyThrown()

toString

public String toString()


Copyright 2004 Sleepycat, Inc. All Rights Reserved.