Class EventCommentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.event.comment.EventCommentException
- All Implemented Interfaces:
Serializable
Exception thrown in CommentService
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventCommentException(Throwable cause) Used to create 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
-
EventCommentException
Used to create exception with a cause.- Parameters:
cause-
-