Class IndexFieldMappingConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.search.v2.IndexFieldMappingConflictException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class IndexFieldMappingConflictException extends RuntimeException
Deprecated.since 8.7Thrown 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 Summary
Constructors Constructor Description IndexFieldMappingConflictException(FieldMapping current, FieldMapping existing)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IndexFieldMappingConflictException
public IndexFieldMappingConflictException(FieldMapping current, FieldMapping existing)
Deprecated.
-
-