Class IndexFieldMappingConflictException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class IndexFieldMappingConflictException
    extends RuntimeException
    Deprecated.
    since 8.7
    Thrown when there's a conflict of field-mappings on an index, i.e. two different mappings are defined with the same name.
    Since:
    8.6
    See Also:
    Serialized Form
    • Constructor Detail

      • IndexFieldMappingConflictException

        public IndexFieldMappingConflictException​(FieldMapping current,
                                                  FieldMapping existing)
        Deprecated.