Class CommentException

All Implemented Interfaces:
Serializable

public class CommentException extends RuntimeException
The CommentException applies to exceptions occurring in commenting.
See Also:
  • Constructor Details

    • CommentException

      public CommentException()
    • CommentException

      public CommentException(String message)
    • CommentException

      public CommentException(String message, Throwable cause)
    • CommentException

      public CommentException(Throwable cause)