Class LuceneConcurrency.AsyncToSyncTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.apple.foundationdb.util.LoggableException
com.apple.foundationdb.record.RecordCoreException
com.apple.foundationdb.record.lucene.LuceneConcurrency.AsyncToSyncTimeoutException
- All Implemented Interfaces:
LoggableKeysAndValues<LoggableException>
,Serializable
- Enclosing class:
- LuceneConcurrency
An exception that is thrown when the async to sync operation times out.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncToSyncTimeoutException
(String message, Throwable cause) AsyncToSyncTimeoutException
(String message, Throwable cause, Object... keyValues) -
Method Summary
Methods inherited from class com.apple.foundationdb.record.RecordCoreException
addLogInfo, addLogInfo
Methods inherited from class com.apple.foundationdb.util.LoggableException
exportLogInfo, getLogInfo
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AsyncToSyncTimeoutException
-
AsyncToSyncTimeoutException
-