EnvironmentFailureException
and Environment.isValid()
.@Deprecated public abstract class RunRecoveryException extends DatabaseException
EnvironmentFailureException
is deprecated but
exists for API backward compatibility.
Prior to JE 4.0, RunRecoveryException
is thrown to indicate that
the JE environment is invalid and cannot continue on safely. Applications
catching RunRecoveryException
prior to JE 4.0 were required to close
and re-open the Environment
.
When using JE 4.0 or later, the application should catch EnvironmentFailureException
. The application should then call Environment.isValid()
to determine whether the Environment
must be
closed and re-opened, or can continue operating without being closed. See
EnvironmentFailureException
.
Constructor and Description |
---|
RunRecoveryException(String message)
Deprecated.
For internal use only.
|
RunRecoveryException(String message,
Throwable e)
Deprecated.
For internal use only.
|
addErrorMessage, addRethrownStackTrace, getMessage, getVersionHeader
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.