public abstract class RestartRequiredException extends EnvironmentFailureException
| Modifier | Constructor and Description |
|---|---|
|
RestartRequiredException(com.sleepycat.je.dbi.EnvironmentImpl envImpl,
com.sleepycat.je.dbi.EnvironmentFailureReason reason) |
|
RestartRequiredException(com.sleepycat.je.dbi.EnvironmentImpl envImpl,
com.sleepycat.je.dbi.EnvironmentFailureReason reason,
Exception cause) |
|
RestartRequiredException(com.sleepycat.je.dbi.EnvironmentImpl envImpl,
com.sleepycat.je.dbi.EnvironmentFailureReason reason,
String msg) |
protected |
RestartRequiredException(String message,
RestartRequiredException cause)
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
abstract EnvironmentFailureException |
wrapSelf(String msg)
For internal use only.
|
assertState, assertState, getMessage, getReason, makeJavaErrorWrapper, promote, setAlreadyThrown, unexpectedException, unexpectedException, unexpectedException, unexpectedException, unexpectedState, unexpectedState, unexpectedState, unexpectedStateaddErrorMessage, addRethrownStackTrace, getVersionHeaderaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestartRequiredException(com.sleepycat.je.dbi.EnvironmentImpl envImpl,
com.sleepycat.je.dbi.EnvironmentFailureReason reason)
public RestartRequiredException(com.sleepycat.je.dbi.EnvironmentImpl envImpl,
com.sleepycat.je.dbi.EnvironmentFailureReason reason,
Exception cause)
public RestartRequiredException(com.sleepycat.je.dbi.EnvironmentImpl envImpl,
com.sleepycat.je.dbi.EnvironmentFailureReason reason,
String msg)
protected RestartRequiredException(String message, RestartRequiredException cause)
public abstract EnvironmentFailureException wrapSelf(String msg)
wrapSelf in class EnvironmentFailureExceptionCopyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.