Package org.opencastproject.search.api
Class SearchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opencastproject.search.api.SearchException
-
- All Implemented Interfaces:
Serializable
public class SearchException extends RuntimeException
Exception that is thrown for failing search operations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchException(String message)
SearchException(String message, Throwable cause)
SearchException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-