public class LockObtainFailedException extends IOException
write.lock
could not be acquired. This
happens when a writer tries to open an index
that another writer already has open.Constructor and Description |
---|
LockObtainFailedException(String message) |
LockObtainFailedException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.