Class EventCommentException

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

public class EventCommentException extends Exception
Exception thrown in CommentService
See Also:
  • Constructor Details

    • EventCommentException

      public EventCommentException(Throwable cause)
      Used to create exception with a cause.
      Parameters:
      cause -