Class RecordCoreFormatException
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.idformat.RecordCoreFormatException
- All Implemented Interfaces:
LoggableKeysAndValues<LoggableException>,Serializable
- Direct Known Subclasses:
RecordCoreSizeException
Exception thrown when encountering issues serializing IDs using
LuceneIndexKeySerializer.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRecordCoreFormatException(String msg, Object... keyValue) RecordCoreFormatException(String msg, Throwable cause) -
Method Summary
Methods inherited from class com.apple.foundationdb.record.RecordCoreException
addLogInfo, addLogInfoMethods inherited from class com.apple.foundationdb.util.LoggableException
exportLogInfo, getLogInfoMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RecordCoreFormatException
-
RecordCoreFormatException
-