Class SeriesServiceDatabaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.series.impl.SeriesServiceDatabaseException
All Implemented Interfaces:
Serializable

public class SeriesServiceDatabaseException extends Exception
Presents exception that occurs while storing/retrieving series from permanent storage or from index.
See Also:
  • Constructor Details

    • SeriesServiceDatabaseException

      public SeriesServiceDatabaseException(String message)
      Create exception with a message.
      Parameters:
      message -
    • SeriesServiceDatabaseException

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

      public SeriesServiceDatabaseException(String message, Throwable cause)
      Create exception with a message and a cause.
      Parameters:
      message -
      cause -