Class SearchIndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.elasticsearch.api.SearchIndexException
- All Implemented Interfaces:
Serializable
Exception that is thrown if service level error states occur when working with a search index.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSearchIndexException(String message) Creates a new search index exception with the given message.SearchIndexException(String message, Throwable cause) Creates a new search index exception with the given message and root cause.SearchIndexException(Throwable cause) Creates a new search index exception with the given root cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SearchIndexException
Creates a new search index exception with the given message and root cause.- Parameters:
message- the exception messagecause- the root cause
-
SearchIndexException
Creates a new search index exception with the given message.- Parameters:
message- the exception message
-
SearchIndexException
Creates a new search index exception with the given root cause.- Parameters:
cause- the root cause
-