Class EventCommentDatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.event.comment.persistence.EventCommentDatabaseException
- All Implemented Interfaces:
Serializable
Presents exception that occurs while storing/retrieving event comments from permanent storage.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate 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 Details
-
EventCommentDatabaseException
Create exception with a cause.- Parameters:
cause-
-