Class SearchServiceDatabaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opencastproject.search.impl.persistence.SearchServiceDatabaseException
-
- All Implemented Interfaces:
Serializable
public class SearchServiceDatabaseException extends Exception
Presents exception that occurs while storing/retrieving series from permanent storage or from index.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchServiceDatabaseException(Throwable cause)Create exception with a cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SearchServiceDatabaseException
public SearchServiceDatabaseException(Throwable cause)
Create exception with a cause.- Parameters:
cause-
-
-