Class OpenSearchException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TooManyNestedClausesSearchException

public class OpenSearchException extends SearchException
Base exception for all OpenSearch errors
Author:
joseross
See Also:
  • Constructor Details

    • OpenSearchException

      public OpenSearchException(String indexId, String msg)
    • OpenSearchException

      public OpenSearchException(String indexId, String msg, Throwable throwable)