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

public static class FDBDirectoryLockFactory.FDBDirectoryLockException extends LoggableException
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 Details

    • FDBDirectoryLockException

      public FDBDirectoryLockException(@Nonnull String msg)