Class OpenSearchSortMapperNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class OpenSearchSortMapperNotFoundException
    extends RuntimeException
    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:
    Serialized Form
    • Constructor Detail

      • OpenSearchSortMapperNotFoundException

        public OpenSearchSortMapperNotFoundException​(String sortKey)
        Parameters:
        sortKey - unique key to identify object being mapped
    • Method Detail

      • getSortKey

        public String getSortKey()