Class CommentingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.onehippo.forge.document.commenting.cms.api.CommentingException
All Implemented Interfaces:
Serializable

public class CommentingException extends RuntimeException
Document commenting exception.
See Also:
  • Constructor Details

    • CommentingException

      public CommentingException()
    • CommentingException

      public CommentingException(String message)
    • CommentingException

      public CommentingException(Throwable nested)
    • CommentingException

      public CommentingException(String msg, Throwable nested)