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:
- 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
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 |
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)
setAlreadyThrown
public void setAlreadyThrown(boolean alreadyThrown)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable