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
public LockObtainFailedException(String message)
public LockObtainFailedException(String message, Throwable cause)