public class RunRecoveryException extends DatabaseException
| Constructor and Description |
|---|
RunRecoveryException() |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
setAlreadyThrown(boolean alreadyThrown) |
java.lang.String |
toString() |
getVersionHeaderRunRecoveryException()
public RunRecoveryException(EnvironmentImpl env)
public RunRecoveryException(EnvironmentImpl env, java.lang.Throwable t)
public RunRecoveryException(EnvironmentImpl env, java.lang.String message)
public RunRecoveryException(EnvironmentImpl env, java.lang.String message, java.lang.Throwable t)
Copyright (c) 2004,2008 Oracle. All rights reserved.