com.sleepycat.je
Class RunRecoveryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sleepycat.je.DatabaseException
              extended by com.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

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()
Overrides:
toString in class Throwable


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.