Class EventCommentDatabaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.event.comment.persistence.EventCommentDatabaseException
All Implemented Interfaces:
Serializable

public class EventCommentDatabaseException extends Exception
Presents exception that occurs while storing/retrieving event comments from permanent storage.
See Also:
  • Constructor Details

    • EventCommentDatabaseException

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