Class SearchPlatformFailureException

All Implemented Interfaces:
Serializable

@PublicApi public class SearchPlatformFailureException extends IndexOperationException
Thrown when an exception is thrown by the underlying search platform (i.e. Lucene or OpenSearch)
Since:
10.4
See Also:
  • Constructor Details

    • SearchPlatformFailureException

      public SearchPlatformFailureException(String message)
    • SearchPlatformFailureException

      public SearchPlatformFailureException(Throwable throwable)
    • SearchPlatformFailureException

      public SearchPlatformFailureException(String message, Exception cause)