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 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
RunRecoveryException
public RunRecoveryException(com.sleepycat.je.dbi.EnvironmentImpl env)
RunRecoveryException
public RunRecoveryException(com.sleepycat.je.dbi.EnvironmentImpl env,
Throwable t)
RunRecoveryException
public RunRecoveryException(com.sleepycat.je.dbi.EnvironmentImpl env,
String message)
RunRecoveryException
public RunRecoveryException(com.sleepycat.je.dbi.EnvironmentImpl env,
String message,
Throwable t)
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright (c) 2004,2008 Oracle. All rights reserved.