Class ThemesServiceDatabaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.themes.persistence.ThemesServiceDatabaseException
All Implemented Interfaces:
Serializable

public class ThemesServiceDatabaseException extends Exception
The exception thrown if there is an exception while trying to perform CRUD operations on themes.
See Also:
  • Constructor Details

    • ThemesServiceDatabaseException

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