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,
java.lang.Exception cause) |
|
RestartRequiredException(com.sleepycat.je.dbi.EnvironmentImpl envImpl,
com.sleepycat.je.dbi.EnvironmentFailureReason reason,
java.lang.String msg) |
protected |
RestartRequiredException(java.lang.String message,
RestartRequiredException cause)
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
abstract EnvironmentFailureException |
wrapSelf(java.lang.String msg)
For internal use only.
|
assertState, assertState, getMessage, getReason, makeJavaErrorWrapper, promote, setAlreadyThrown, unexpectedException, unexpectedException, unexpectedException, unexpectedException, unexpectedState, unexpectedState, unexpectedState, unexpectedStateaddErrorMessage, addRethrownStackTrace, getVersionHeaderpublic 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,
java.lang.Exception cause)
public RestartRequiredException(com.sleepycat.je.dbi.EnvironmentImpl envImpl,
com.sleepycat.je.dbi.EnvironmentFailureReason reason,
java.lang.String msg)
protected RestartRequiredException(java.lang.String message,
RestartRequiredException cause)
public abstract EnvironmentFailureException wrapSelf(java.lang.String msg)
wrapSelf in class EnvironmentFailureExceptionCopyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.