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:
java.io.Serializable
Direct Known Subclasses:
DbChecksumException, RecoveryException

public class RunRecoveryException
extends DatabaseException

Thrown when the JE environment has encountered an exception or a resource shortfall and cannot continue on safely. The Environment will no longer permit any operations and the application must be reinstantiated the Environment.

See Also:
Serialized Form

Constructor Summary
RunRecoveryException(EnvironmentImpl env)
           
RunRecoveryException(EnvironmentImpl env, java.lang.String message)
           
RunRecoveryException(EnvironmentImpl env, java.lang.String message, java.lang.Throwable t)
           
RunRecoveryException(EnvironmentImpl env, java.lang.Throwable t)
           
 
Method Summary
 void setAlreadyThrown(boolean alreadyThrown)
           
 java.lang.String toString()
           
 
Methods inherited from class com.sleepycat.je.DatabaseException
getVersionHeader
 
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,
                            java.lang.Throwable t)

RunRecoveryException

public RunRecoveryException(EnvironmentImpl env,
                            java.lang.String message)

RunRecoveryException

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

setAlreadyThrown

public void setAlreadyThrown(boolean alreadyThrown)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable