public class EnvironmentLockedException extends EnvironmentFailureException
Environment
constructor when an environment cannot be
opened for write access because another process has the same environment
open for write access.
Warning: This exception should be handled when an environment is opened by more than one process.
Constructor and Description |
---|
EnvironmentLockedException(com.sleepycat.je.dbi.EnvironmentImpl envImpl,
String message)
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 EnvironmentLockedException(com.sleepycat.je.dbi.EnvironmentImpl envImpl, String message)
public EnvironmentFailureException wrapSelf(String msg)
wrapSelf
in class EnvironmentFailureException
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.