Class LuceneExceptions.LuceneTransactionTooOldException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.apple.foundationdb.record.lucene.LuceneExceptions.LuceneTransactionTooOldException
All Implemented Interfaces:
Serializable
Enclosing class:
LuceneExceptions

public static class LuceneExceptions.LuceneTransactionTooOldException extends IOException
A Wrapper around the transaction-too-old exception that gets thrown through Lucene as an IOException. Once received, it can be translated back into a FDBExceptions.FDBStoreTransactionIsTooOldException
See Also: