Class SearchIndexException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.elasticsearch.api.SearchIndexException
All Implemented Interfaces:
Serializable

public class SearchIndexException extends Exception
Exception that is thrown if service level error states occur when working with a search index.
See Also:
  • Constructor Details

    • SearchIndexException

      public SearchIndexException(String message, Throwable cause)
      Creates a new search index exception with the given message and root cause.
      Parameters:
      message - the exception message
      cause - the root cause
    • SearchIndexException

      public SearchIndexException(String message)
      Creates a new search index exception with the given message.
      Parameters:
      message - the exception message
    • SearchIndexException

      public SearchIndexException(Throwable cause)
      Creates a new search index exception with the given root cause.
      Parameters:
      cause - the root cause