com.sleepycat.je
Class EnvironmentLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sleepycat.je.DatabaseException
com.sleepycat.je.EnvironmentLockedException
- All Implemented Interfaces:
- Serializable
public class EnvironmentLockedException
- extends DatabaseException
Thrown by the Environment constructor when an environment cannot be
opened for write access because another process has the same environment
open for write access.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EnvironmentLockedException
public EnvironmentLockedException()
EnvironmentLockedException
public EnvironmentLockedException(Throwable t)
EnvironmentLockedException
public EnvironmentLockedException(String message)
EnvironmentLockedException
public EnvironmentLockedException(String message,
Throwable t)
Copyright (c) 2004,2008 Oracle. All rights reserved.