public class LogWriteException extends EnvironmentFailureException
IOException or other failure occurs when writing to
the JE log. This exception may be indicative of a full disk, although an
IOException does not contain enough information to determine this
definitively.
This exception may be thrown as the result of any write operation, including record writes, checkpoints, etc.
Existing Environment handles are invalidated as a result of this
exception.
| Constructor and Description |
|---|
LogWriteException(EnvironmentImpl envImpl,
String message)
For internal use only.
|
LogWriteException(EnvironmentImpl envImpl,
String message,
Throwable t)
For internal use only.
|
LogWriteException(EnvironmentImpl envImpl,
Throwable t)
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentFailureException |
wrapSelf(String msg)
For internal use only.
|
assertState, assertState, getMessage, getReason, isCorrupted, makeJavaErrorWrapper, promote, setAlreadyThrown, unexpectedException, unexpectedException, unexpectedException, unexpectedException, unexpectedState, unexpectedState, unexpectedState, unexpectedStateaddErrorMessage, addRethrownStackTrace, getVersionHeaderaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LogWriteException(EnvironmentImpl envImpl, String message)
public LogWriteException(EnvironmentImpl envImpl, Throwable t)
public LogWriteException(EnvironmentImpl envImpl, String message, Throwable t)
public EnvironmentFailureException wrapSelf(String msg)
wrapSelf in class EnvironmentFailureExceptionCopyright © 2024. All rights reserved.