Package com.adobe.granite.comments
Class CommentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.adobe.granite.comments.CommentException
-
- All Implemented Interfaces:
java.io.Serializable
public class CommentException extends java.lang.RuntimeException
TheCommentException
applies to exceptions occurring in commenting.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommentException()
CommentException(java.lang.String message)
CommentException(java.lang.String message, java.lang.Throwable cause)
CommentException(java.lang.Throwable cause)
-