Class FDBDirectoryLockFactory.FDBDirectoryLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.apple.foundationdb.util.LoggableException
com.apple.foundationdb.record.lucene.directory.FDBDirectoryLockFactory.FDBDirectoryLockException
- All Implemented Interfaces:
LoggableKeysAndValues<LoggableException>,Serializable
- Enclosing class:
- FDBDirectoryLockFactory
An exception class thrown when obtaining the lock failed.
Note: This exception is a
RuntimeException so that FDBExceptions.wrapException(Throwable)
does not wrap it but leave it as a pass-through.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.apple.foundationdb.util.LoggableException
addLogInfo, addLogInfo, exportLogInfo, getLogInfoMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FDBDirectoryLockException
-