Class OpenSearchSortMapperNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.plugins.opensearch.exceptions.OpenSearchSortMapperNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when a mapper
OpenSearchSortMapper
cannot be found.
Mappers are used to convert Confluence search abstractions into the equivalent OpenSearch API.- Since:
- 8.7
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpenSearchSortMapperNotFoundException
- Parameters:
sortKey
- unique key to identify object being mapped
-
-
Method Details
-
getSortKey
-