Class RecordCoreSizeException
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
com.apple.foundationdb.record.lucene.idformat.RecordCoreSizeException
- All Implemented Interfaces:
LoggableKeysAndValues<LoggableException>,Serializable
Exception thrown when the RecordIdFormat size exceeds the maximum.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRecordCoreSizeException(String msg, Object... keyValue) RecordCoreSizeException(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
-
RecordCoreSizeException
-
RecordCoreSizeException
-