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:
  • Constructor Details

    • SearchServiceDatabaseException

      public SearchServiceDatabaseException(Throwable cause)
      Create exception with a cause.
      Parameters:
      cause -