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(com.sleepycat.je.dbi.EnvironmentImpl envImpl,
String message)
For internal use only.
|
LogWriteException(com.sleepycat.je.dbi.EnvironmentImpl envImpl,
String message,
Throwable t)
For internal use only.
|
LogWriteException(com.sleepycat.je.dbi.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, makeJavaErrorWrapper, promote, setAlreadyThrown, unexpectedException, unexpectedException, unexpectedException, unexpectedException, unexpectedState, unexpectedState, unexpectedState, unexpectedState
addErrorMessage, addRethrownStackTrace, getVersionHeader
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LogWriteException(com.sleepycat.je.dbi.EnvironmentImpl envImpl, String message)
public LogWriteException(com.sleepycat.je.dbi.EnvironmentImpl envImpl, Throwable t)
public EnvironmentFailureException wrapSelf(String msg)
wrapSelf
in class EnvironmentFailureException
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.