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

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:
  • Constructor Details

    • OpenSearchSortMapperNotFoundException

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

    • getSortKey

      public String getSortKey()