Class RecordCoreFormatException

All Implemented Interfaces:
LoggableKeysAndValues<LoggableException>, Serializable
Direct Known Subclasses:
RecordCoreSizeException

@API(UNSTABLE) public class RecordCoreFormatException extends RecordCoreException
Exception thrown when encountering issues serializing IDs using LuceneIndexKeySerializer.
See Also:
  • Constructor Details

    • RecordCoreFormatException

      public RecordCoreFormatException(@Nonnull String msg, @Nonnull Object... keyValue)
    • RecordCoreFormatException

      public RecordCoreFormatException(@Nonnull String msg, @Nonnull Throwable cause)