Class SearchRequestMapProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opensearch.OpenSearchException
org.opensearch.search.pipeline.common.helpers.SearchRequestMapProcessingException
All Implemented Interfaces:
Serializable, Writeable, org.opensearch.core.xcontent.ToXContent, org.opensearch.core.xcontent.ToXContentFragment, OpenSearchWrapperException

public class SearchRequestMapProcessingException extends OpenSearchException implements OpenSearchWrapperException
An exception that indicates an error occurred while processing a SearchRequestMap.
See Also:
  • Constructor Details

    • SearchRequestMapProcessingException

      public SearchRequestMapProcessingException(String msg, Object... args)
      Constructs a new SearchRequestMapProcessingException with the specified message.
      Parameters:
      msg - The error message.
      args - Arguments to substitute in the error message.
    • SearchRequestMapProcessingException

      public SearchRequestMapProcessingException(String msg, Throwable cause, Object... args)
      Constructs a new SearchRequestMapProcessingException with the specified message and cause.
      Parameters:
      msg - The error message.
      cause - The cause of the exception.
      args - Arguments to substitute in the error message.